Pushed: * master 8dc2be4 Get rid of make file warnings in fileio/Makefile.am
--strk; On Sun, Dec 12, 2010 at 11:42:11PM +0100, Petter Reinholdtsen wrote: > > 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 > [email protected] > http://lists.gnu.org/mailman/listinfo/gnash-dev -- () Free GIS & Flash consultant/developer /\ http://strk.keybit.net/services.html _______________________________________________ Gnash-dev mailing list [email protected] http://lists.gnu.org/mailman/listinfo/gnash-dev

