branch: elpa/vm
commit 9714751c9846ce1cdcf0cb69816236ac5dd052c1
Author: Mark Diekhans <ma...@ucsc.edu>
Commit: Mark Diekhans <ma...@ucsc.edu>

    distclean should not remove configure
---
 Makefile.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile.in b/Makefile.in
index ef88c8ac66..ac8d7a2542 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -60,7 +60,7 @@ clean:
 
 distclean:
        @for i in $(SUBDIRS) ; do ($(MAKE) -C $$i distclean) || exit 1; done
-       -$(RM) -f Makefile vm-load.el configure config.status config.log
+       -$(RM) -f Makefile vm-load.el config.status config.log
        -$(RM) -rf autom4te.cache
 
 push:

Reply via email to