diff 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
line wrap: on
line diff
--- 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.  */