changeset 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 4b6058a65883
children 0d592fbcfbe6
files src/ChangeLog src/Makefile.in
diffstat 2 files changed, 4 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/src/ChangeLog	Sun May 16 16:38:13 2010 -0700
+++ b/src/ChangeLog	Sun May 16 16:46:44 2010 -0700
@@ -1,5 +1,7 @@
 2010-05-16  Glenn Morris  <rgm@gnu.org>
 
+	* Makefile.in (clean): Get rid of HAVE_NS conditional.
+
 	* Makefile.in (ns_appdir, ns_appbindir): Now configure adds the
 	trailing "/".
 
--- a/src/Makefile.in	Sun May 16 16:38:13 2010 -0700
+++ b/src/Makefile.in	Sun May 16 16:46:44 2010 -0700
@@ -1015,9 +1015,8 @@
 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.  */