]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
examples: hello-csharp-forms: Fix 'make clean'.
authorBruno Haible <bruno@clisp.org>
Wed, 17 Oct 2018 07:31:28 +0000 (09:31 +0200)
committerBruno Haible <bruno@clisp.org>
Wed, 17 Oct 2018 17:02:42 +0000 (19:02 +0200)
* gettext-tools/examples/hello-csharp-forms/Makefile.am (CLEANFILES): Add
hello.net.exe.mdb.

gettext-tools/examples/hello-csharp-forms/Makefile.am

index bf7a7c07c06b977cdf5a5a802eb82d50c5bf91b6..44a82fc603fe4c28e30f225779a253905baf91a3 100644 (file)
@@ -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