gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] gnash/testsuite/actionscript.all Makefile.am


From: Sandro Santilli
Subject: [Gnash-commit] gnash/testsuite/actionscript.all Makefile.am
Date: Fri, 17 Nov 2006 00:06:20 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Changes by:     Sandro Santilli <strk>  06/11/17 00:06:20

Modified files:
        testsuite/actionscript.all: Makefile.am 

Log message:
        fixed typos

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/testsuite/actionscript.all/Makefile.am?cvsroot=gnash&r1=1.45&r2=1.46

Patches:
Index: Makefile.am
===================================================================
RCS file: /sources/gnash/gnash/testsuite/actionscript.all/Makefile.am,v
retrieving revision 1.45
retrieving revision 1.46
diff -u -b -r1.45 -r1.46
--- Makefile.am 17 Nov 2006 00:00:05 -0000      1.45
+++ Makefile.am 17 Nov 2006 00:06:19 -0000      1.46
@@ -16,7 +16,7 @@
 # along with this program; if not, write to the Free Software
 # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
 
-# $Id: Makefile.am,v 1.45 2006/11/17 00:00:05 strk Exp $
+# $Id: Makefile.am,v 1.46 2006/11/17 00:06:19 strk Exp $
 
 AUTOMAKE_OPTIONS = dejagnu
 
@@ -209,15 +209,15 @@
 
 astests-v6.swf: $(ASTESTS)
        SWFVERSION=6 $(MAKE) astests.swf
-       mv astests.swf astests-v5.swf
+       mv astests.swf astests-v6.swf
 
 astests-v7.swf: $(ASTESTS)
        SWFVERSION=7 $(MAKE) astests.swf
-       mv astests.swf astests-v5.swf
+       mv astests.swf astests-v7.swf
 
 astests-v8.swf: $(ASTESTS)
        SWFVERSION=8 $(MAKE) astests.swf
-       mv astests.swf astests-v5.swf
+       mv astests.swf astests-v8.swf
 
 clean-local:
        rm -Rf v5 v6 v7 v8 require-ming




reply via email to

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