diff --git a/po/Makefile b/po/Makefile index b395f226..1967b992 100644 --- a/po/Makefile +++ b/po/Makefile @@ -20,7 +20,7 @@ all: $(MOS) %.po: $(PACAKGE).pot $(MSGMERGE) $@ $(PACKAGE).pot -o $@ -$(PACAKGE).pot: $(SOURCES) +$(PACKAGE).pot: $(SOURCES) $(GETTEXT) --default-domain=$(PACKAGE) --no-location $(SOURCES) %.mo: %.po