]> git.eshelyaron.com Git - emacs.git/commitdiff
Remove one variable from Makefile.in.
authorGlenn Morris <rgm@gnu.org>
Sun, 16 May 2010 23:21:06 +0000 (16:21 -0700)
committerGlenn Morris <rgm@gnu.org>
Sun, 16 May 2010 23:21:06 +0000 (16:21 -0700)
* Makefile.in (ns_appdir): Remove.
(install-arch-dep): Test $ns_appresdir instead of $ns_appdir.

ChangeLog
Makefile.in

index 131abbb60793cb830bbe4f20120ccd735194a084..8634246bf41a3f858b0a86a36636b33a7b87c4c6 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2010-05-16  Glenn Morris  <rgm@gnu.org>
 
+       * 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.
index d21a9e569769cfee91f84a42b27c79a6c1cb9c1b..798b128fb44150a77998118e07b92c8f715ceef1 100644 (file)
@@ -164,7 +164,6 @@ VPATH=@srcdir@
 x_default_search_path=@x_default_search_path@
 
 # Location to install Emacs.app under NeXT/Open/GNUstep / Cocoa
-ns_appdir=@ns_appdir@
 ns_appbindir=@ns_appbindir@
 ns_appresdir=@ns_appresdir@
 
@@ -418,7 +417,7 @@ install-arch-dep: mkdir
            ${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 ; \