emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] master 1b75af5: Fix emacs-module.h cleaning


From: Paul Eggert
Subject: [Emacs-diffs] master 1b75af5: Fix emacs-module.h cleaning
Date: Sun, 18 Jun 2017 14:52:50 -0400 (EDT)

branch: master
commit 1b75af59b305867c89271905be72a05d06a4eff4
Author: Paul Eggert <address@hidden>
Commit: Paul Eggert <address@hidden>

    Fix emacs-module.h cleaning
    
    * src/Makefile.in (clean): Do not remove emacs-module.h.in.
    (bootstrap-clean): Remove emacs-module.h.
---
 src/Makefile.in | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/Makefile.in b/src/Makefile.in
index 2be24ac..57969d5 100644
--- a/src/Makefile.in
+++ b/src/Makefile.in
@@ -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; \



reply via email to

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