gnash-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gnash-commit] gnash ChangeLog libbase/Makefile.am


From: Sandro Santilli
Subject: [Gnash-commit] gnash ChangeLog libbase/Makefile.am
Date: Sun, 27 Apr 2008 14:11:49 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Changes by:     Sandro Santilli <strk>  08/04/27 14:11:49

Modified files:
        .              : ChangeLog 
        libbase        : Makefile.am 

Log message:
        clean_hook seems unused, CLEANFILE is the one...

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/ChangeLog?cvsroot=gnash&r1=1.6416&r2=1.6417
http://cvs.savannah.gnu.org/viewcvs/gnash/libbase/Makefile.am?cvsroot=gnash&r1=1.110&r2=1.111

Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/gnash/gnash/ChangeLog,v
retrieving revision 1.6416
retrieving revision 1.6417
diff -u -b -r1.6416 -r1.6417
--- ChangeLog   27 Apr 2008 13:33:58 -0000      1.6416
+++ ChangeLog   27 Apr 2008 14:11:48 -0000      1.6417
@@ -1,3 +1,8 @@
+2008-04-27 Sandro Santilli <address@hidden>
+
+       * libbase/Makefile.am: clean_hook seems unused, CLEANFILE
+         is the one...
+
 2008-04-27 Benjamin Wolsey <address@hidden>
 
        * gui/gui.cpp: leave fullscreen on stop, otherwise the stopped

Index: libbase/Makefile.am
===================================================================
RCS file: /sources/gnash/gnash/libbase/Makefile.am,v
retrieving revision 1.110
retrieving revision 1.111
diff -u -b -r1.110 -r1.111
--- libbase/Makefile.am 27 Apr 2008 12:38:02 -0000      1.110
+++ libbase/Makefile.am 27 Apr 2008 14:11:48 -0000      1.111
@@ -167,7 +167,7 @@
 noinst_LTLIBRARIES = libltdlc.la
 libltdlc_la_SOURCES = $(top_srcdir)/libltdl/ltdl.c
 endif
-CLEANFILES = libltdl.la libltdlc.la
+CLEANFILES = libltdl.la libltdlc.la sysgnashrc sysgnashpluginrc
 
 libltdl_la_SOURCES = $(top_srcdir)/libltdl/ltdl.c
 libltdl_la_LDFLAGS = -no-undefined -version-info 4:4:1
@@ -177,6 +177,3 @@
 mudflap:
        @echo "Rebuilding with GCC Mudflap support"
        $(MAKE) CXXFLAGS="$(CXXFLAGS) -fmudflap" LDFLAGS="$(LDFLAGS) -lmudflap"
-
-clean-hook:
-       -rm -f core.* *.obj sysgnashrc sysgnashpluginrc




reply via email to

[Prev in Thread] Current Thread [Next in Thread]