]> git.eshelyaron.com Git - emacs.git/commitdiff
Stop NS install symlinking libexec/* into bin/
authorGlenn Morris <rgm@gnu.org>
Tue, 15 May 2012 17:09:00 +0000 (13:09 -0400)
committerGlenn Morris <rgm@gnu.org>
Tue, 15 May 2012 17:09:00 +0000 (13:09 -0400)
* Makefile.in (install-arch-dep): NS install no longer needs to
symlink libexec/* into bin/, since 2012-05-14 ns_init_paths change.

ChangeLog
Makefile.in

index b4b7bdb9f103193dfef08ff44d9e54bbf2b5e50d..412d4aa532411fcf916e572928e330c694518f53 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2012-05-15  Glenn Morris  <rgm@gnu.org>
+
+       * Makefile.in (install-arch-dep): NS install no longer needs to
+       symlink libexec/* into bin/, since 2012-05-14 ns_init_paths change.
+
 2012-05-12  Glenn Morris  <rgm@gnu.org>
 
        * configure.in (ns_appbindir): Remove trailing "/".
index 0a62875c977fd183abda9200db34eed7ee82a66e..41a91462edb4f2ddf899b19519f901bb97dcb274 100644 (file)
@@ -476,7 +476,7 @@ install-arch-dep: mkdir
          ( cd ${ns_appbindir} ; \
            if cd libexec ; then dir=emacs/*/*/* ; $(MV_DIRS); \
            rm -fr emacs; if cd ../bin; then rm -f emacs emacs-24*; \
-           ln -sf ../libexec/* . ; fi ; fi ) ; \
+           fi ; fi ) ; \
        else true ; fi
 
 ## FIXME is the emacs-24* bit above really necessary and correct?