diff options
-rw-r--r-- | grpmi/po/Makefile | 2 | ||||
-rw-r--r-- | po/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/grpmi/po/Makefile b/grpmi/po/Makefile index 1205ca55..d9e26613 100644 --- a/grpmi/po/Makefile +++ b/grpmi/po/Makefile @@ -14,7 +14,7 @@ PREFIX = $(RPM_BUILD_ROOT)/usr DATADIR = $(PREFIX)/share LOCALEDIR=$(DATADIR)/locale -all: $(PGOAL).pot $(MOFILES) +all: $(MOFILES) %.mo: %.po msgfmt -o $@ $< diff --git a/po/Makefile b/po/Makefile index f650eec1..dc72d074 100644 --- a/po/Makefile +++ b/po/Makefile @@ -15,7 +15,7 @@ PREFIX = $(RPM_BUILD_ROOT)/usr DATADIR = $(PREFIX)/share LOCALEDIR=$(DATADIR)/locale -all: $(PGOAL).pot $(MOFILES) +all: $(MOFILES) %.mo: %.po if [ -z "`echo $(IGNOREPOMS) | grep $<`" ]; then cat $< "$<"m >> "$<"f; else cp $< "$<"f; fi |