--- 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) || \