diff options
| author | Joakim Verona | 2013-04-22 08:30:55 +0200 |
|---|---|---|
| committer | Joakim Verona | 2013-04-22 08:30:55 +0200 |
| commit | e55fcd3de4a045e2a525f997f2778a25f86065c8 (patch) | |
| tree | 134ac830a176b33df06cbe8bbf096bc2a80f61fa /src | |
| parent | 3064c99f56a1332cb087455aea502424018640e1 (diff) | |
| parent | 84fc48e57a1008b4c047ff30f3a6101b84130671 (diff) | |
| download | emacs-e55fcd3de4a045e2a525f997f2778a25f86065c8.tar.gz emacs-e55fcd3de4a045e2a525f997f2778a25f86065c8.zip | |
auto upstream
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 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. |
| 547 | bootstrap-clean: clean | 547 | bootstrap-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; \ |