* Makefile.in (bootstrap-clean): Remove stamp-h1 too.
authorPaul Eggert <eggert@cs.ucla.edu>
Mon, 22 Apr 2013 05:18:30 +0000 (22:18 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Mon, 22 Apr 2013 05:18:30 +0000 (22:18 -0700)
Without this fix, "make distclean" leaves stamp-h1 behind.

src/ChangeLog
src/Makefile.in

index 5164dc8..31764ca 100644 (file)
@@ -1,3 +1,8 @@
+2013-04-22  Paul Eggert  <eggert@cs.ucla.edu>
+
+       * Makefile.in (bootstrap-clean): Remove stamp-h1 too.
+       Without this fix, "make distclean" leaves stamp-h1 behind.
+
 2013-04-20  Erik Charlebois  <erikcharlebois@gmail.com>
 
        * w32fns.c (w32_fullscreen_rect): New function to compute the
index c6a067a..cef58c5 100644 (file)
@@ -532,7 +532,7 @@ clean: mostlyclean
 ## 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 stamp-oldxmenu ../etc/DOC-*
+       rm -f epaths.h config.h config.stamp stamp-h1 stamp-oldxmenu ../etc/DOC-*
        if test -f ./.gdbinit; then \
          mv ./.gdbinit ./.gdbinit.save; \
          if test -f "$(srcdir)/.gdbinit"; then rm -f ./.gdbinit.save; \