From 1c313e571abb25a4d1fce43140c77cd21bdb0fa2 Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Wed, 17 Oct 2018 09:28:11 +0200 Subject: [PATCH] examples: hello-objc-gnustep: Fix 'make distclean'. * gettext-tools/examples/hello-objc-gnustep/GNUmakefile (internal-distclean): Remove the *.lproj directories. * gettext-tools/examples/hello-objc-gnustep/po/GNUmakefile (internal-clean): Remove remove-potcdate.sed. --- gettext-tools/examples/hello-objc-gnustep/GNUmakefile | 3 +++ gettext-tools/examples/hello-objc-gnustep/po/GNUmakefile | 3 +++ 2 files changed, 6 insertions(+) diff --git a/gettext-tools/examples/hello-objc-gnustep/GNUmakefile b/gettext-tools/examples/hello-objc-gnustep/GNUmakefile index fe4b6842c..ba4c565d4 100644 --- a/gettext-tools/examples/hello-objc-gnustep/GNUmakefile +++ b/gettext-tools/examples/hello-objc-gnustep/GNUmakefile @@ -34,3 +34,6 @@ Hello_C_FILES = include $(GNUSTEP_MAKEFILES)/aggregate.make include $(GNUSTEP_MAKEFILES)/application.make -include GNUmakefile.postamble + +internal-distclean:: + rm -rf *.lproj diff --git a/gettext-tools/examples/hello-objc-gnustep/po/GNUmakefile b/gettext-tools/examples/hello-objc-gnustep/po/GNUmakefile index 00ee52347..eda89818b 100644 --- a/gettext-tools/examples/hello-objc-gnustep/po/GNUmakefile +++ b/gettext-tools/examples/hello-objc-gnustep/po/GNUmakefile @@ -158,6 +158,9 @@ $(POFILES): $(DOMAIN).pot $(MAKE) $${lang}.po-create; \ fi +internal-clean:: + rm -f remove-potcdate.sed + update-po: $(MAKE) $(DOMAIN).pot-update test -z "$(UPDATEPOFILES)" || $(MAKE) $(UPDATEPOFILES) -- 2.47.3