summaryrefslogtreecommitdiffstats
path: root/po/Makefile.in.in
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2002-03-11 13:30:08 +0000
committerBruno Haible <bruno@clisp.org>2009-06-23 12:07:49 +0200
commit27210356871fcb9d3663eb549d419cea4fc4eab0 (patch)
tree9d0b3b37fe8128895e2b5ee16d2040f5a0259c97 /po/Makefile.in.in
parent8f4fa1bc0a77be7db6ed173cdde6b0e0458684bc (diff)
downloadexternal_gettext-27210356871fcb9d3663eb549d419cea4fc4eab0.zip
external_gettext-27210356871fcb9d3663eb549d419cea4fc4eab0.tar.gz
external_gettext-27210356871fcb9d3663eb549d419cea4fc4eab0.tar.bz2
Make an unused target more robust.
Diffstat (limited to 'po/Makefile.in.in')
-rw-r--r--po/Makefile.in.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/po/Makefile.in.in b/po/Makefile.in.in
index 2d8baba..3636e1b 100644
--- a/po/Makefile.in.in
+++ b/po/Makefile.in.in
@@ -58,7 +58,8 @@ CATALOGS = @CATALOGS@
.SUFFIXES: .po .gmo .mo .sed .sin .nop .po-update
.po.mo:
- $(MSGFMT) -c -o $@ $<
+ @echo "$(MSGFMT) -c -o $@ $<"; \
+ $(MSGFMT) -c -o t-$@ $< && mv t-$@ $@
.po.gmo:
@lang=`echo $* | sed -e 's,.*/,,'`; \