emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r100330: * src/Makefile.in (${ns_appb


From: Glenn Morris
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r100330: * src/Makefile.in (${ns_appbindir}Emacs, ns-app): Always define these rules.
Date: Sun, 16 May 2010 17:01:22 -0700
User-agent: Bazaar (2.0.3)

------------------------------------------------------------
revno: 100330
committer: Glenn Morris <address@hidden>
branch nick: trunk
timestamp: Sun 2010-05-16 17:01:22 -0700
message:
  * src/Makefile.in (${ns_appbindir}Emacs, ns-app): Always define these rules.
modified:
  src/ChangeLog
  src/Makefile.in
=== modified file 'src/ChangeLog'
--- a/src/ChangeLog     2010-05-16 23:46:44 +0000
+++ b/src/ChangeLog     2010-05-17 00:01:22 +0000
@@ -1,5 +1,7 @@
 2010-05-16  Glenn Morris  <address@hidden>
 
+       * 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

=== modified file 'src/Makefile.in'
--- a/src/Makefile.in   2010-05-16 23:46:44 +0000
+++ b/src/Makefile.in   2010-05-17 00:01:22 +0000
@@ -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


reply via email to

[Prev in Thread] Current Thread [Next in Thread]