changeset 108625:cb966dd854bc

Remove one variable from Makefile.in. * Makefile.in (ns_appdir): Remove. (install-arch-dep): Test $ns_appresdir instead of $ns_appdir.
author Glenn Morris <rgm@gnu.org>
date Sun, 16 May 2010 16:21:06 -0700
parents ecb7cdb525f0
children 840953137f6b
files ChangeLog Makefile.in
diffstat 2 files changed, 4 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Sun May 16 16:01:56 2010 -0700
+++ b/ChangeLog	Sun May 16 16:21:06 2010 -0700
@@ -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.
--- a/Makefile.in	Sun May 16 16:01:56 2010 -0700
+++ b/Makefile.in	Sun May 16 16:21:06 2010 -0700
@@ -164,7 +164,6 @@
 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_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 ; \