]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Ignore errors while installing catalog.
authorUlrich Drepper <drepper@redhat.com>
Wed, 19 Nov 1997 23:06:31 +0000 (23:06 +0000)
committerUlrich Drepper <drepper@redhat.com>
Wed, 19 Nov 1997 23:06:31 +0000 (23:06 +0000)
po/Makefile

index 32cdc2d530ca7cc7d0a841cf72811759b78d7ccf..10098049cf75ac5b422dd6b622fe8733f2f16d52 100644 (file)
@@ -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)
 \f
 # Copy the PO files from the translation coordinator's repository.