From: Bruno Haible Date: Wed, 17 Oct 2018 00:09:06 +0000 (+0200) Subject: examples: hello-pascal: Fix 'make maintainer-clean'. X-Git-Tag: v0.20~346 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=edcfe8f0b0200b312acbb086943bd979aa7a62fd;p=thirdparty%2Fgettext.git examples: hello-pascal: Fix 'make maintainer-clean'. * gettext-tools/examples/hello-pascal/Makefile.am (MAINTAINERCLEANFILES): New variable. --- diff --git a/gettext-tools/examples/hello-pascal/Makefile.am b/gettext-tools/examples/hello-pascal/Makefile.am index 10547bb51..f987b6953 100644 --- a/gettext-tools/examples/hello-pascal/Makefile.am +++ b/gettext-tools/examples/hello-pascal/Makefile.am @@ -43,3 +43,5 @@ EXTRA_DIST += hello.rsj # The list of auxiliary files generated during the compilation. CLEANFILES = hello.o hello$(EXEEXT) + +MAINTAINERCLEANFILES = hello.rsj