aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
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 ac09d41858d..d6516e812dd 100644
--- a/src/Makefile.in
+++ b/src/Makefile.in
@@ -545,7 +545,7 @@ clean: mostlyclean
545## It should remove all files generated during a compilation/bootstrap, 545## It should remove all files generated during a compilation/bootstrap,
546## but not things like config.status or TAGS. 546## but not things like config.status or TAGS.
547bootstrap-clean: clean 547bootstrap-clean: clean
548 rm -f epaths.h config.h config.stamp stamp-oldxmenu ../etc/DOC-* 548 rm -f epaths.h config.h config.stamp stamp-h1 stamp-oldxmenu ../etc/DOC-*
549 if test -f ./.gdbinit; then \ 549 if test -f ./.gdbinit; then \
550 mv ./.gdbinit ./.gdbinit.save; \ 550 mv ./.gdbinit ./.gdbinit.save; \
551 if test -f "$(srcdir)/.gdbinit"; then rm -f ./.gdbinit.save; \ 551 if test -f "$(srcdir)/.gdbinit"; then rm -f ./.gdbinit.save; \