]> git.eshelyaron.com Git - emacs.git/commitdiff
* src/Makefile.in (${ns_appbindir}Emacs, ns-app): Always define these rules.
authorGlenn Morris <rgm@gnu.org>
Mon, 17 May 2010 00:01:22 +0000 (17:01 -0700)
committerGlenn Morris <rgm@gnu.org>
Mon, 17 May 2010 00:01:22 +0000 (17:01 -0700)
src/ChangeLog
src/Makefile.in

index 776dd6747f3decad705bf57b823b844b7fa85045..8c7bcad885bdf4d54f41825d318f9876b3ed207f 100644 (file)
@@ -1,5 +1,7 @@
 2010-05-16  Glenn Morris  <rgm@gnu.org>
 
+       * Makefile.in (${ns_appbindir}Emacs, ns-app): Always define these rules.
+
        * Makefile.in (clean): Get rid of HAVE_NS conditional.
 
        * Makefile.in (ns_appdir, ns_appbindir): Now configure adds the
index 20c086c6229d1cc99e82d74d1724ddaf48f9b010..5136ca4ca57d67abfe4c8ee80b9a1095f79d5d70 100644 (file)
@@ -999,13 +999,14 @@ ${ns_appdir}: ${ns_appsrc}
        rm -fr ${ns_appdir}
        mkdir -p ${ns_appdir}
        ( cd ${ns_appsrc} ; tar cfh - . ) | ( cd ${ns_appdir} ; umask 022; tar xf - )
+#endif /* HAVE_NS */
 
+/* These are only used if HAVE_NS, but no harm in always defining them.  */
 ${ns_appbindir}Emacs: emacs${EXEEXT}
        mkdir -p ${ns_appbindir}
        cp -f emacs${EXEEXT} ${ns_appbindir}Emacs
 
 ns-app: ${ns_appdir} ${ns_appbindir}Emacs
-#endif /* HAVE_NS */
 
 mostlyclean:
        rm -f temacs${EXEEXT} prefix-args${EXEEXT} core *.core \#* *.o libXMenu11.a liblw.a