diff options
| author | Glenn Morris | 2012-05-15 13:09:00 -0400 |
|---|---|---|
| committer | Glenn Morris | 2012-05-15 13:09:00 -0400 |
| commit | ec3ca9ec47f677fb04ba28fe7adb7f126f02fc08 (patch) | |
| tree | 19b442e160154ead2c5126c04e68b5be18f0286e | |
| parent | 2473256d7b660edc5c1525163b2e9917d6ebf18d (diff) | |
| download | emacs-ec3ca9ec47f677fb04ba28fe7adb7f126f02fc08.tar.gz emacs-ec3ca9ec47f677fb04ba28fe7adb7f126f02fc08.zip | |
Stop NS install symlinking libexec/* into bin/
* Makefile.in (install-arch-dep): NS install no longer needs to
symlink libexec/* into bin/, since 2012-05-14 ns_init_paths change.
| -rw-r--r-- | ChangeLog | 5 | ||||
| -rw-r--r-- | Makefile.in | 2 |
2 files changed, 6 insertions, 1 deletions
| @@ -1,3 +1,8 @@ | |||
| 1 | 2012-05-15 Glenn Morris <rgm@gnu.org> | ||
| 2 | |||
| 3 | * Makefile.in (install-arch-dep): NS install no longer needs to | ||
| 4 | symlink libexec/* into bin/, since 2012-05-14 ns_init_paths change. | ||
| 5 | |||
| 1 | 2012-05-12 Glenn Morris <rgm@gnu.org> | 6 | 2012-05-12 Glenn Morris <rgm@gnu.org> |
| 2 | 7 | ||
| 3 | * configure.in (ns_appbindir): Remove trailing "/". | 8 | * 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 | |||
| 476 | ( cd ${ns_appbindir} ; \ | 476 | ( cd ${ns_appbindir} ; \ |
| 477 | if cd libexec ; then dir=emacs/*/*/* ; $(MV_DIRS); \ | 477 | if cd libexec ; then dir=emacs/*/*/* ; $(MV_DIRS); \ |
| 478 | rm -fr emacs; if cd ../bin; then rm -f emacs emacs-24*; \ | 478 | rm -fr emacs; if cd ../bin; then rm -f emacs emacs-24*; \ |
| 479 | ln -sf ../libexec/* . ; fi ; fi ) ; \ | 479 | fi ; fi ) ; \ |
| 480 | else true ; fi | 480 | else true ; fi |
| 481 | 481 | ||
| 482 | ## FIXME is the emacs-24* bit above really necessary and correct? | 482 | ## FIXME is the emacs-24* bit above really necessary and correct? |