diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 5 | ||||
| -rw-r--r-- | src/Makefile.in | 2 |
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 @@ | |||
| 1 | 2013-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 | |||
| 1 | 2013-04-20 Erik Charlebois <erikcharlebois@gmail.com> | 6 | 2013-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 ee4e771dc9a..d12f8dbe130 100644 --- a/src/Makefile.in +++ b/src/Makefile.in | |||
| @@ -550,7 +550,7 @@ clean: mostlyclean | |||
| 550 | ## It should remove all files generated during a compilation/bootstrap, | 550 | ## It should remove all files generated during a compilation/bootstrap, |
| 551 | ## but not things like config.status or TAGS. | 551 | ## but not things like config.status or TAGS. |
| 552 | bootstrap-clean: clean | 552 | bootstrap-clean: clean |
| 553 | rm -f epaths.h config.h config.stamp stamp-oldxmenu ../etc/DOC-* | 553 | rm -f epaths.h config.h config.stamp stamp-h1 stamp-oldxmenu ../etc/DOC-* |
| 554 | if test -f ./.gdbinit; then \ | 554 | if test -f ./.gdbinit; then \ |
| 555 | mv ./.gdbinit ./.gdbinit.save; \ | 555 | mv ./.gdbinit ./.gdbinit.save; \ |
| 556 | if test -f "$(srcdir)/.gdbinit"; then rm -f ./.gdbinit.save; \ | 556 | if test -f "$(srcdir)/.gdbinit"; then rm -f ./.gdbinit.save; \ |