On Mon, Dec 10, 2007 at 10:30:35PM -0700, Rob Savoye wrote: > zou lunkai wrote: > > >I used to take the first version in my makefile. Isn't $(shell > >command) the traditional way in a makefile? > > No, it's a GNU make specific thing. $(SHELL) maybe be more portable, > but that's the same as the tic marks. We probably have to break the > variable assignment part (cd $(srcdir) ; pwd) into it's own variable, > and then use that for abs_mediadir.
I belive using a separate variable is what we used to do. Except the "shell" construct. I did fix a similar bug introduced in actionscript.all/Makefile.am, porting that to swfc.all might work (it fixed it for me). --strk; _______________________________________________ Gnash-commit mailing list [email protected] http://lists.gnu.org/mailman/listinfo/gnash-commit
