aboutsummaryrefslogtreecommitdiffstats
path: root/test/data
diff options
context:
space:
mode:
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