aboutsummaryrefslogtreecommitdiffstats
path: root/src/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'src/Makefile.in')
-rw-r--r--src/Makefile.in2
1 files changed, 1 insertions, 1 deletions
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; \