From: Glenn Morris Date: Mon, 12 Jun 2017 20:52:49 +0000 (-0400) Subject: Improve previous test/data/emacs-module/Makefile change X-Git-Tag: emacs-26.0.90~521^2~99 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=6096f81151280b6db59c0432f86b63ae766b374a;p=emacs.git Improve previous test/data/emacs-module/Makefile change * test/data/emacs-module/Makefile.in (clean): Avoid doing unpleasant things if run in a build without modules. --- diff --git a/test/data/emacs-module/Makefile.in b/test/data/emacs-module/Makefile.in index 9963afd5736..2af6473c7a6 100644 --- a/test/data/emacs-module/Makefile.in +++ b/test/data/emacs-module/Makefile.in @@ -55,4 +55,5 @@ all: mod-test$(SO) .PHONY: clean clean: - rm -f *.o *${SO} + rm -f *.o *.so *.dll +