From: Bruno Haible Date: Wed, 17 Oct 2018 07:30:49 +0000 (+0200) Subject: examples: hello-csharp: Fix 'make clean'. X-Git-Tag: v0.20~344 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=aef657657e387d45c2360076c5a927c8c7a31668;p=thirdparty%2Fgettext.git examples: hello-csharp: Fix 'make clean'. * gettext-tools/examples/hello-csharp/Makefile.am (CLEANFILES): Add hello.net.exe.mdb. --- diff --git a/gettext-tools/examples/hello-csharp/Makefile.am b/gettext-tools/examples/hello-csharp/Makefile.am index c2cd62f6a..51b34f989 100644 --- a/gettext-tools/examples/hello-csharp/Makefile.am +++ b/gettext-tools/examples/hello-csharp/Makefile.am @@ -35,7 +35,7 @@ CSHARPCOMP = $(SHELL) csharpcomp.sh CSHARPCOMPFLAGS = -O -g EXTRA_DIST += $(hello_SOURCES) -CLEANFILES = +CLEANFILES = hello.net.exe.mdb DISTCLEANFILES = csharpcomp.sh csharpexec.sh