gtk/plugins/perl/Makefile.am

changeset 14557
ec28cfabcd10
parent 14551
7040284cc531
child 14629
1a0cd727c121
--- 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) || \

mercurial