emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] master 6096f81: Improve previous test/data/emacs-module/Ma


From: Glenn Morris
Subject: [Emacs-diffs] master 6096f81: Improve previous test/data/emacs-module/Makefile change
Date: Mon, 12 Jun 2017 16:53:36 -0400 (EDT)

branch: master
commit 6096f81151280b6db59c0432f86b63ae766b374a
Author: Glenn Morris <address@hidden>
Commit: Glenn Morris <address@hidden>

    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 9963afd..2af6473 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
+



reply via email to

[Prev in Thread] Current Thread [Next in Thread]