From 6096f81151280b6db59c0432f86b63ae766b374a Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Mon, 12 Jun 2017 16:52:49 -0400 Subject: [PATCH] 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. --- test/data/emacs-module/Makefile.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 + -- 2.39.2