diff options
Diffstat (limited to 'src')
| -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." |