diff options
-rw-r--r-- | po/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/po/Makefile b/po/Makefile index 05a9060..5207305 100644 --- a/po/Makefile +++ b/po/Makefile @@ -28,7 +28,7 @@ clean: $(POTFILE): $(PL_FILES) perl_checker -q --generate-pot $@ $(PL_FILES) -update_n_merge: $(POTFILE).pot merge +update_n_merge: $(POTFILE) merge merge: @for n in $(POFILES); do \ |