From ad8c8d16063f6948f547ece438d5e0d31422d297 Mon Sep 17 00:00:00 2001 From: Francois Pons Date: Tue, 29 Jul 2003 13:15:41 +0000 Subject: fixed stupid previous fixe. --- po/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'po/Makefile') diff --git a/po/Makefile b/po/Makefile index 5d95c994..24b7d4d5 100644 --- a/po/Makefile +++ b/po/Makefile @@ -38,7 +38,7 @@ $(PGOAL).pot: $(CFILES) --keyword=gettext \ --language=C -o placeholder.pot $(CFILES) perl_checker -q --generate-pot $(PGOAL)_tmp.pot $(PL_FILES) || rm -f $(PGOAL)_tmp.pot - [ -e $(PGOAL)_tmp.pot ] && msgcat --use-first placeholder.pot $(PGOAL)_tmp.pot > $@ + [ ! -e $(PGOAL)_tmp.pot ] || msgcat --use-first placeholder.pot $(PGOAL)_tmp.pot > $@ rm -f placeholder.pot $(PGOAL)_tmp.pot install: all -- cgit v1.2.1