Mercurial > emacs
comparison src/Makefile.in @ 108628:b2427c1dfdcb
* src/Makefile.in (clean): Get rid of HAVE_NS conditional.
author | Glenn Morris <rgm@gnu.org> |
---|---|
date | Sun, 16 May 2010 16:46:44 -0700 |
parents | 840953137f6b |
children | 0d592fbcfbe6 |
comparison
equal
deleted
inserted
replaced
108627:4b6058a65883 | 108628:b2427c1dfdcb |
---|---|
1013 rm -f bootstrap-emacs${EXEEXT} emacs-${version}${EXEEXT} | 1013 rm -f bootstrap-emacs${EXEEXT} emacs-${version}${EXEEXT} |
1014 rm -f buildobj.h | 1014 rm -f buildobj.h |
1015 clean: mostlyclean | 1015 clean: mostlyclean |
1016 rm -f emacs-*.*.*${EXEEXT} emacs${EXEEXT} | 1016 rm -f emacs-*.*.*${EXEEXT} emacs${EXEEXT} |
1017 -rm -rf deps | 1017 -rm -rf deps |
1018 #ifdef HAVE_NS | 1018 test "X${ns_appdir}" = "X" || rm -rf ${ns_appdir} |
1019 rm -fr ${ns_appdir} | 1019 |
1020 #endif | |
1021 /* bootstrap-clean is used to clean up just before a bootstrap. | 1020 /* bootstrap-clean is used to clean up just before a bootstrap. |
1022 It should remove all files generated during a compilation/bootstrap, | 1021 It should remove all files generated during a compilation/bootstrap, |
1023 but not things like config.status or TAGS. */ | 1022 but not things like config.status or TAGS. */ |
1024 bootstrap-clean: clean | 1023 bootstrap-clean: clean |
1025 rm -f epaths.h config.h Makefile.c config.stamp stamp-oldxmenu ../etc/DOC-* | 1024 rm -f epaths.h config.h Makefile.c config.stamp stamp-oldxmenu ../etc/DOC-* |