]> git.eshelyaron.com Git - emacs.git/commitdiff
Improve previous test/data/emacs-module/Makefile change
authorGlenn Morris <rgm@gnu.org>
Mon, 12 Jun 2017 20:52:49 +0000 (16:52 -0400)
committerGlenn Morris <rgm@gnu.org>
Mon, 12 Jun 2017 20:52:49 +0000 (16:52 -0400)
* test/data/emacs-module/Makefile.in (clean):
Avoid doing unpleasant things if run in a build without modules.

test/data/emacs-module/Makefile.in

index 9963afd57361b1ecfc2ebebfb717125e63c65165..2af6473c7a682e4a0f3501de042824bfa1087b62 100644 (file)
@@ -55,4 +55,5 @@ all: mod-test$(SO)
 .PHONY: clean
 
 clean:
-       rm -f *.o *${SO}
+       rm -f *.o *.so *.dll
+