diff options
| author | Eli Zaretskii | 2001-12-21 11:40:15 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2001-12-21 11:40:15 +0000 |
| commit | 966bda3ad5207fd2f88ba681019b8d37fd2a05e7 (patch) | |
| tree | f19dc2a3981769566539c2b200a7a43a23c64508 | |
| parent | 648654546fc50f2773a57c2462c17929e506f218 (diff) | |
| download | emacs-966bda3ad5207fd2f88ba681019b8d37fd2a05e7.tar.gz emacs-966bda3ad5207fd2f88ba681019b8d37fd2a05e7.zip | |
(distclean): Remove .gdbinit if we are building outside the source tree.
| -rw-r--r-- | src/Makefile.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/Makefile.in b/src/Makefile.in index 18d3e783e14..978e2b35dca 100644 --- a/src/Makefile.in +++ b/src/Makefile.in | |||
| @@ -1171,6 +1171,9 @@ clean: mostlyclean | |||
| 1171 | /**/# Do not use it on development directories! | 1171 | /**/# Do not use it on development directories! |
| 1172 | distclean: clean | 1172 | distclean: clean |
| 1173 | rm -f epaths.h config.h Makefile Makefile.c config.stamp stamp-oldxmenu ../etc/DOC-* | 1173 | rm -f epaths.h config.h Makefile Makefile.c config.stamp stamp-oldxmenu ../etc/DOC-* |
| 1174 | mv ./.gdbinit ./.gdbinit.save | ||
| 1175 | if test -f "${srcdir}/.gdbinit"; then rm -f ./.gdbinit.save; \ | ||
| 1176 | else mv ./.gdbinit.save ./.gdbinit; fi | ||
| 1174 | maintainer-clean: distclean | 1177 | maintainer-clean: distclean |
| 1175 | @echo "This command is intended for maintainers to use;" | 1178 | @echo "This command is intended for maintainers to use;" |
| 1176 | @echo "it deletes files that may require special tools to rebuild." | 1179 | @echo "it deletes files that may require special tools to rebuild." |