]> code.delx.au - gnu-emacs/commitdiff
* src/Makefile.in (clean): Get rid of HAVE_NS conditional.
authorGlenn Morris <rgm@gnu.org>
Sun, 16 May 2010 23:46:44 +0000 (16:46 -0700)
committerGlenn Morris <rgm@gnu.org>
Sun, 16 May 2010 23:46:44 +0000 (16:46 -0700)
src/ChangeLog
src/Makefile.in

index 81c0ba747ccf4f1c29f7a16353a290bd617e70a2..776dd6747f3decad705bf57b823b844b7fa85045 100644 (file)
@@ -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 "/".
 
index b6a0e150cb1c7061a726c443a9e10c16f66d5d6a..20c086c6229d1cc99e82d74d1724ddaf48f9b010 100644 (file)
@@ -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.  */