aboutsummaryrefslogtreecommitdiffstats
path: root/test/data
diff options
context:
space:
mode:
authorGlenn Morris2017-06-12 16:52:49 -0400
committerGlenn Morris2017-06-12 16:52:49 -0400
commit6096f81151280b6db59c0432f86b63ae766b374a (patch)
tree171ed9662c6a437bc811e52840e3dff91aed1ac8 /test/data
parent5f25857f619f87c59e8e888fde5e66280a185123 (diff)
downloademacs-6096f81151280b6db59c0432f86b63ae766b374a.tar.gz
emacs-6096f81151280b6db59c0432f86b63ae766b374a.zip
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.
Diffstat (limited to 'test/data')
-rw-r--r--test/data/emacs-module/Makefile.in3
1 files changed, 2 insertions, 1 deletions
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)
55.PHONY: clean 55.PHONY: clean
56 56
57clean: 57clean:
58 rm -f *.o *${SO} 58 rm -f *.o *.so *.dll
59