diff options
| -rw-r--r-- | ChangeLog | 5 | ||||
| -rw-r--r-- | Makefile.in | 2 |
2 files changed, 6 insertions, 1 deletions
| @@ -1,3 +1,8 @@ | |||
| 1 | 2008-07-19 Adrian Robert <Adrian.B.Robert@gmail.com> | ||
| 2 | |||
| 3 | * Makefile.in (install-arch-dep): Fix typo in NS installation | ||
| 4 | commands. | ||
| 5 | |||
| 1 | 2008-07-25 Chong Yidong <cyd@stupidchicken.com> | 6 | 2008-07-25 Chong Yidong <cyd@stupidchicken.com> |
| 2 | 7 | ||
| 3 | * configure.in: Check for getrlimit. | 8 | * configure.in: Check for getrlimit. |
diff --git a/Makefile.in b/Makefile.in index c5cd80b9d30..8125e96dfe7 100644 --- a/Makefile.in +++ b/Makefile.in | |||
| @@ -419,7 +419,7 @@ install-arch-dep: mkdir | |||
| 419 | if test "${ns_appdir}" != ""; then \ | 419 | if test "${ns_appdir}" != ""; then \ |
| 420 | ( cd ${ns_appresdir} ; \ | 420 | ( cd ${ns_appresdir} ; \ |
| 421 | if test -d share/emacs ; then mv -f share/emacs/*/* . ; fi ; \ | 421 | if test -d share/emacs ; then mv -f share/emacs/*/* . ; fi ; \ |
| 422 | if test -d info ; then mv -f share/info . ; fi ; \ | 422 | if test -d share/info ; then mv -f share/info . ; fi ; \ |
| 423 | rm -fr share ) ; \ | 423 | rm -fr share ) ; \ |
| 424 | ( cd ${ns_appbindir}/libexec ; mv -f emacs/*/*/* . ; rm -fr emacs ) ; \ | 424 | ( cd ${ns_appbindir}/libexec ; mv -f emacs/*/*/* . ; rm -fr emacs ) ; \ |
| 425 | ( cd ${ns_appbindir}/bin ; rm -f emacs emacs-23* ; \ | 425 | ( cd ${ns_appbindir}/bin ; rm -f emacs emacs-23* ; \ |