From: Glenn Morris Date: Sun, 16 May 2010 23:46:44 +0000 (-0700) Subject: * src/Makefile.in (clean): Get rid of HAVE_NS conditional. X-Git-Tag: emacs-pretest-24.0.90~104^2~275^2~438^2~208^2~20 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=7541dad5ce88b3f5a36a509b5e1988be37b7c13f;p=emacs.git * src/Makefile.in (clean): Get rid of HAVE_NS conditional. --- diff --git a/src/ChangeLog b/src/ChangeLog index 81c0ba747cc..776dd6747f3 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,5 +1,7 @@ 2010-05-16 Glenn Morris + * Makefile.in (clean): Get rid of HAVE_NS conditional. + * Makefile.in (ns_appdir, ns_appbindir): Now configure adds the trailing "/". diff --git a/src/Makefile.in b/src/Makefile.in index b6a0e150cb1..20c086c6229 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -1015,9 +1015,8 @@ mostlyclean: clean: mostlyclean rm -f emacs-*.*.*${EXEEXT} emacs${EXEEXT} -rm -rf deps -#ifdef HAVE_NS - rm -fr ${ns_appdir} -#endif + test "X${ns_appdir}" = "X" || rm -rf ${ns_appdir} + /* bootstrap-clean is used to clean up just before a bootstrap. It should remove all files generated during a compilation/bootstrap, but not things like config.status or TAGS. */