comparison src/Makefile.in @ 42224:9709e1618364

(distclean): Remove .gdbinit if we are building outside the source tree.
author Eli Zaretskii <eliz@gnu.org>
date Fri, 21 Dec 2001 11:40:15 +0000
parents c119497cf832
children 26edff7f8f45
comparison
equal deleted inserted replaced
42223:e5cf11c58b71 42224:9709e1618364
1169 rm -f emacs-* emacs 1169 rm -f emacs-* emacs
1170 /**/# This is used in making a distribution. 1170 /**/# This is used in making a distribution.
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."
1177 rm -f TAGS 1180 rm -f TAGS
1178 versionclean: 1181 versionclean: