Mercurial > pidgin
changeset 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 | 0aa6adcdd819 |
children | aee74d84816c |
files | gtk/plugins/perl/Makefile.am |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
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) || \