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!? --- po/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'po/Makefile') 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 -- cgit v1.2.1