summaryrefslogtreecommitdiff
path: root/po/Makefile
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>1998-05-20 12:12:27 +0000
committerUlrich Drepper <drepper@redhat.com>1998-05-20 12:12:27 +0000
commit04bc415a0650d60180c263ba5ecfc893a2f1cba1 (patch)
tree7d0aacc1f16b75b8b2bfe4edfed86b2b70e4c47a /po/Makefile
parent1a4ffda300050fe65bfc5f06d1c96d8cc4bc0af1 (diff)
downloadglibc-04bc415a0650d60180c263ba5ecfc893a2f1cba1.tar.gz
Use it in dependency list of installation targets.
Diffstat (limited to 'po/Makefile')
-rw-r--r--po/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/po/Makefile b/po/Makefile
index 10098049cf..1a9ae0ca59 100644
--- a/po/Makefile
+++ b/po/Makefile
@@ -61,7 +61,7 @@ include ../Rules
$(MSGFMT) -o $@ $<
# Install the message object files as libc.po in the language directory.
-$(mo-installed): %.mo; $(do-install) || exit 0
+$(mo-installed): %.mo $(+force); $(do-install) || exit 0
.PHONY: linguas linguas.mo
linguas: $(ALL_LINGUAS:=.po)