changeset 108629:0d592fbcfbe6

* src/Makefile.in (${ns_appbindir}Emacs, ns-app): Always define these rules.
author Glenn Morris <rgm@gnu.org>
date Sun, 16 May 2010 17:01:22 -0700
parents b2427c1dfdcb
children ae604e41c198
files src/ChangeLog src/Makefile.in
diffstat 2 files changed, 4 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/ChangeLog	Sun May 16 16:46:44 2010 -0700
+++ b/src/ChangeLog	Sun May 16 17:01:22 2010 -0700
@@ -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
--- a/src/Makefile.in	Sun May 16 16:46:44 2010 -0700
+++ b/src/Makefile.in	Sun May 16 17:01:22 2010 -0700
@@ -999,13 +999,14 @@
 	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