CVSROOT:        /sources/gnash
Module name:    gnash
Changes by:     Sandro Santilli <strk>  07/05/14 12:14:38

Modified files:
        .              : ChangeLog 
        testsuite/misc-ming.all: Makefile.am 

Log message:
                * testsuite/misc-ming.all/Makefile.am: fixed bad typo (missing
                  backslash) which triggered NO warning from ./autogen.sh
                  but still resulted in bogus Makefile.in produced (sic!).

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/ChangeLog?cvsroot=gnash&r1=1.3191&r2=1.3192
http://cvs.savannah.gnu.org/viewcvs/gnash/testsuite/misc-ming.all/Makefile.am?cvsroot=gnash&r1=1.114&r2=1.115

Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/gnash/gnash/ChangeLog,v
retrieving revision 1.3191
retrieving revision 1.3192
diff -u -b -r1.3191 -r1.3192
--- ChangeLog   14 May 2007 11:32:48 -0000      1.3191
+++ ChangeLog   14 May 2007 12:14:37 -0000      1.3192
@@ -1,3 +1,9 @@
+2007-05-14 Sandro Santilli <[EMAIL PROTECTED]>
+
+       * testsuite/misc-ming.all/Makefile.am: fixed bad typo (missing
+         backslash) which triggered NO warning from ./autogen.sh
+         but still resulted in bogus Makefile.in produced (sic!).
+
 2007-05-14 Tomas Groth Christensen <[EMAIL PROTECTED]>
 
        * libbase/FLVParser.cpp: Fixed a out-of-bound error (bug #19866).

Index: testsuite/misc-ming.all/Makefile.am
===================================================================
RCS file: /sources/gnash/gnash/testsuite/misc-ming.all/Makefile.am,v
retrieving revision 1.114
retrieving revision 1.115
diff -u -b -r1.114 -r1.115
--- testsuite/misc-ming.all/Makefile.am 14 May 2007 09:30:44 -0000      1.114
+++ testsuite/misc-ming.all/Makefile.am 14 May 2007 12:14:38 -0000      1.115
@@ -1282,7 +1282,7 @@
        frame_label_testrunner \
        path_format_testrunner \
        duplicate_movie_clip_testrunner \
-       duplicate_movie_clip_test2runner
+       duplicate_movie_clip_test2runner \
        event_handler_scope_testrunner \
        masks_testrunner \
        key_event_testrunner \


_______________________________________________
Gnash-commit mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/gnash-commit

Reply via email to