Two new warnings were introduced into git recently:

  Makefile:948: warning: overriding commands for target `test'
  Makefile:941: warning: ignoring old commands for target `test'

This patch get rid of them, by removing one of the two identical test
targets in Makefile.am:

diff --git a/extensions/fileio/Makefile.am b/extensions/fileio/Makefile.am
index 247799f..d1f7ca5 100644
--- a/extensions/fileio/Makefile.am
+++ b/extensions/fileio/Makefile.am
@@ -77,10 +77,6 @@ test: $(srcdir)/../../testsuite/generic-testrunner.sh 
test.swf
 uninstall-local:
        $(RM) $(DESTDIR)$(pluginsdir)/fileio.so
 
-test: $(srcdir)/../../testsuite/generic-testrunner.sh test.swf
-       GNASH_PLUGINS=$(PWD)/.libs GNASHRC=$(srcdir)/../gnashrc sh $< 
$(top_builddir) test.swf > $@
-       chmod +x $@
-
 # Wrap a single .as tests in dejagnu_so importer.
 # At play time, if the relative url '../ming-misc.all/Dejagnu.swf' 
 # takes to the Dejagnu.swf shared library we'll get visual traces,

Happy hacking,
-- 
Petter Reinholdtsen

_______________________________________________
Gnash-dev mailing list
Gnash-dev@gnu.org
http://lists.gnu.org/mailman/listinfo/gnash-dev

Reply via email to