From: <de...@us...> - 2006-09-10 05:34:01
|
Revision: 17214 http://svn.sourceforge.net/gaim/?rev=17214&view=rev Author: deryni9 Date: 2006-09-09 22:33:52 -0700 (Sat, 09 Sep 2006) Log Message: ----------- I'm pretty sure this is what was supposed to go here. KingAnt did you retype all of this stuff by hand? Modified Paths: -------------- trunk/gtk/plugins/perl/Makefile.am Modified: trunk/gtk/plugins/perl/Makefile.am =================================================================== --- trunk/gtk/plugins/perl/Makefile.am 2006-09-10 02:09:45 UTC (rev 17213) +++ trunk/gtk/plugins/perl/Makefile.am 2006-09-10 05:33:52 UTC (rev 17214) @@ -45,7 +45,7 @@ all-local: common/Makefile @for dir in $(perl_dirs); do \ cd $$dir && \ - if [ ~ -f Makefile ]; then \ + if [ ! -f Makefile ]; then \ $(perlpath) Makefile.PL $(PERL_MM_PARAMS); \ fi && \ ($(MAKE) CC="$(CC)" CCFLAGS="$(PERL_CFLAGS) $(CFLAGS)" $(PERL_EXTRA_OPTS) || \ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |