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

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

index c2cd62f6a117eed17226ba3f99d8a0ee73e8b809..51b34f989d81276542ae65239359ee951e712c3a 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