diff gtk/plugins/perl/Makefile.am @ 14495:c804f41d61ae

[gaim-migrate @ 17214] I'm pretty sure this is what was supposed to go here. KingAnt did you retype all of this stuff by hand? committer: Tailor Script <tailor@pidgin.im>
author Etan Reisner <pidgin@unreliablesource.net>
date Sun, 10 Sep 2006 05:33:52 +0000
parents de8aea7e9f07
children d6eae5115b31
line wrap: on
line diff
--- a/gtk/plugins/perl/Makefile.am	Sun Sep 10 02:09:45 2006 +0000
+++ b/gtk/plugins/perl/Makefile.am	Sun Sep 10 05:33:52 2006 +0000
@@ -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) || \