summaryrefslogtreecommitdiff
path: root/po
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>1997-11-19 23:06:31 +0000
committerUlrich Drepper <drepper@redhat.com>1997-11-19 23:06:31 +0000
commit8052cb40a35b18d11e895d4267c86e3750e8dcc1 (patch)
tree5da7ff0d843a1568d73147e3c5d63a46bb9fa7be /po
parent6b9d770d9ad5b456783b61a34c5cfa423735fd0d (diff)
Ignore errors while installing catalog.
Diffstat (limited to 'po')
-rw-r--r--po/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/po/Makefile b/po/Makefile
index 32cdc2d530..10098049cf 100644
--- a/po/Makefile
+++ b/po/Makefile
@@ -61,11 +61,14 @@ include ../Rules
$(MSGFMT) -o $@ $<
# Install the message object files as libc.po in the language directory.
-$(mo-installed): %.mo; $(do-install)
+$(mo-installed): %.mo; $(do-install) || exit 0
.PHONY: linguas linguas.mo
linguas: $(ALL_LINGUAS:=.po)
linguas.mo: $(ALL_LINGUAS:=.mo)
+
+realclean:
+ rm -f $(ALL_LINGUAS:=.mo)
# Copy the PO files from the translation coordinator's repository.