diff options
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | Makefile.in | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog index b4b7bdb9f10..412d4aa5324 100644 --- 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 "/". diff --git a/Makefile.in b/Makefile.in index 0a62875c977..41a91462edb 100644 --- a/Makefile.in +++ b/Makefile.in @@ -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? |