/[emacs]/emacs/src/Makefile.in
ViewVC logotype

Diff of /emacs/src/Makefile.in

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.242 by fx, Tue Dec 18 18:11:08 2001 UTC revision 1.243 by eliz, Fri Dec 21 11:40:15 2001 UTC
# Line 1171  clean: mostlyclean Line 1171  clean: mostlyclean
1171  /**/# Do not use it on development directories!  /**/# Do not use it on development directories!
1172  distclean: clean  distclean: clean
1173          rm -f epaths.h config.h Makefile Makefile.c config.stamp stamp-oldxmenu ../etc/DOC-*          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
1177  maintainer-clean: distclean  maintainer-clean: distclean
1178          @echo "This command is intended for maintainers to use;"          @echo "This command is intended for maintainers to use;"
1179          @echo "it deletes files that may require special tools to rebuild."          @echo "it deletes files that may require special tools to rebuild."

Legend:
Removed from v.1.242  
changed lines
  Added in v.1.243

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26