From a11c4671e8af6041124ffc9a0188e8efead80802 Mon Sep 17 00:00:00 2001 From: Guillaume Cottenceau Date: Sun, 30 Mar 2003 20:24:12 +0000 Subject: don't rebuild potfile when building, i don't see the need for that!? --- grpmi/po/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'grpmi') 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 $@ $< -- cgit v1.2.1