diff options
author | Guillaume Cottenceau <gc@mandriva.com> | 2003-03-30 20:24:12 +0000 |
---|---|---|
committer | Guillaume Cottenceau <gc@mandriva.com> | 2003-03-30 20:24:12 +0000 |
commit | a11c4671e8af6041124ffc9a0188e8efead80802 (patch) | |
tree | 3cd0ee5392f29049ef8d0d4963401105dad7c484 /po/Makefile | |
parent | c9848d9d333d08557c83a778b010616ee3a933dd (diff) | |
download | rpmdrake-a11c4671e8af6041124ffc9a0188e8efead80802.tar rpmdrake-a11c4671e8af6041124ffc9a0188e8efead80802.tar.gz rpmdrake-a11c4671e8af6041124ffc9a0188e8efead80802.tar.bz2 rpmdrake-a11c4671e8af6041124ffc9a0188e8efead80802.tar.xz rpmdrake-a11c4671e8af6041124ffc9a0188e8efead80802.zip |
don't rebuild potfile when building, i don't see the need for that!?
Diffstat (limited to 'po/Makefile')
-rw-r--r-- | po/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |