emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] /srv/bzr/emacs/trunk r100326: Remove one variable from Mak


From: Glenn Morris
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r100326: Remove one variable from Makefile.in.
Date: Sun, 16 May 2010 16:21:06 -0700
User-agent: Bazaar (2.0.3)

------------------------------------------------------------
revno: 100326
committer: Glenn Morris <address@hidden>
branch nick: trunk
timestamp: Sun 2010-05-16 16:21:06 -0700
message:
  Remove one variable from Makefile.in.
  
  * Makefile.in (ns_appdir): Remove.
  (install-arch-dep): Test $ns_appresdir instead of $ns_appdir.
modified:
  ChangeLog
  Makefile.in
=== modified file 'ChangeLog'
--- a/ChangeLog 2010-05-16 23:01:56 +0000
+++ b/ChangeLog 2010-05-16 23:21:06 +0000
@@ -1,5 +1,8 @@
 2010-05-16  Glenn Morris  <address@hidden>
 
+       * Makefile.in (ns_appdir): Remove.
+       (install-arch-dep): Test $ns_appresdir instead of $ns_appdir.
+
        * configure.in (TEMACS_LDFLAGS2): New output variable.
 
        * configure.in (NS_IMPL_GNUSTEP_TEMACS_LDFLAGS): New output variable.

=== modified file 'Makefile.in'
--- a/Makefile.in       2010-05-15 00:48:53 +0000
+++ b/Makefile.in       2010-05-16 23:21:06 +0000
@@ -164,7 +164,6 @@
 address@hidden@
 
 # Location to install Emacs.app under NeXT/Open/GNUstep / Cocoa
address@hidden@
 address@hidden@
 address@hidden@
 
@@ -418,7 +417,7 @@
            ${INSTALL_DATA} lib-src/$$f $(DESTDIR)${archlibdir}/$$f; \
          else true; fi ; \
        done
-       if test "${ns_appdir}" != ""; then \
+       if test "${ns_appresdir}" != ""; then \
          ( cd ${ns_appresdir} ; \
            if test -d share/emacs ; then dir=share/emacs/*/*; $(MV_DIRS); fi;\
            if test -d share/info ; then dir=share/info; $(MV_DIRS) ; fi ; \


reply via email to

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