aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorPaul Eggert2013-04-21 22:18:30 -0700
committerPaul Eggert2013-04-21 22:18:30 -0700
commit84fc48e57a1008b4c047ff30f3a6101b84130671 (patch)
treed5f1b7798a291247aa3567e911d777eca10aac0c /src
parent1e8589d3d40eaf44c352e2989c2244d94de88405 (diff)
downloademacs-84fc48e57a1008b4c047ff30f3a6101b84130671.tar.gz
emacs-84fc48e57a1008b4c047ff30f3a6101b84130671.zip
* Makefile.in (bootstrap-clean): Remove stamp-h1 too.
Without this fix, "make distclean" leaves stamp-h1 behind.
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog5
-rw-r--r--src/Makefile.in2
2 files changed, 6 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 5164dc8ff8d..31764cad485 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,8 @@
12013-04-22 Paul Eggert <eggert@cs.ucla.edu>
2
3 * Makefile.in (bootstrap-clean): Remove stamp-h1 too.
4 Without this fix, "make distclean" leaves stamp-h1 behind.
5
12013-04-20 Erik Charlebois <erikcharlebois@gmail.com> 62013-04-20 Erik Charlebois <erikcharlebois@gmail.com>
2 7
3 * w32fns.c (w32_fullscreen_rect): New function to compute the 8 * w32fns.c (w32_fullscreen_rect): New function to compute the
diff --git a/src/Makefile.in b/src/Makefile.in
index c6a067a1ade..cef58c55e68 100644
--- a/src/Makefile.in
+++ b/src/Makefile.in
@@ -532,7 +532,7 @@ clean: mostlyclean
532## It should remove all files generated during a compilation/bootstrap, 532## It should remove all files generated during a compilation/bootstrap,
533## but not things like config.status or TAGS. 533## but not things like config.status or TAGS.
534bootstrap-clean: clean 534bootstrap-clean: clean
535 rm -f epaths.h config.h config.stamp stamp-oldxmenu ../etc/DOC-* 535 rm -f epaths.h config.h config.stamp stamp-h1 stamp-oldxmenu ../etc/DOC-*
536 if test -f ./.gdbinit; then \ 536 if test -f ./.gdbinit; then \
537 mv ./.gdbinit ./.gdbinit.save; \ 537 mv ./.gdbinit ./.gdbinit.save; \
538 if test -f "$(srcdir)/.gdbinit"; then rm -f ./.gdbinit.save; \ 538 if test -f "$(srcdir)/.gdbinit"; then rm -f ./.gdbinit.save; \