]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix emacs-module.h cleaning
authorPaul Eggert <eggert@cs.ucla.edu>
Sun, 18 Jun 2017 18:51:55 +0000 (11:51 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Sun, 18 Jun 2017 18:52:46 +0000 (11:52 -0700)
* src/Makefile.in (clean): Do not remove emacs-module.h.in.
(bootstrap-clean): Remove emacs-module.h.

src/Makefile.in

index 2be24ac192a739cdf46fe550d77636c252c9fb09..57969d5fc58d162f714cf0ae18a436a592a2553b 100644 (file)
@@ -639,13 +639,13 @@ mostlyclean:
        rm -f globals.h gl-stamp
        rm -f *.res *.tmp
 clean: mostlyclean
-       rm -f emacs-*.*.*$(EXEEXT) emacs$(EXEEXT) $(DEPDIR)/*
+       rm -f emacs-*.*.*[0-9]$(EXEEXT) emacs$(EXEEXT) $(DEPDIR)/*
 
 ## bootstrap-clean is used to clean up just before a bootstrap.
 ## It should remove all files generated during a compilation/bootstrap,
 ## but not things like config.status or TAGS.
 bootstrap-clean: clean
-       rm -f epaths.h config.h config.stamp
+       rm -f emacs-module.h epaths.h config.h config.stamp
        if test -f ./.gdbinit; then \
          mv ./.gdbinit ./.gdbinit.save; \
          if test -f "$(srcdir)/.gdbinit"; then rm -f ./.gdbinit.save; \