diff options
-rw-r--r-- | po/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/po/Makefile b/po/Makefile index d066dca9..f6128121 100644 --- a/po/Makefile +++ b/po/Makefile @@ -30,7 +30,7 @@ merge: $(PGOAL).pot $(PGOAL).pot: $(PL_CFILES) $(WIZCFILES) xgettext -F -n --add-comments='I18N' \ --keyword=_ --keyword=__ --keyword=N_ --keyword=N \ - --language=C -o $@ ../placeholder.h $(PL_CFILES) $(WIZCFILES) + --language=C -o $@ $(PL_CFILES) $(WIZCFILES) @rm -rf $(PL_CFILES) $(WIZCFILES) install: all |