diff options
| author | Glenn Morris | 2012-05-15 13:49:59 -0400 |
|---|---|---|
| committer | Glenn Morris | 2012-05-15 13:49:59 -0400 |
| commit | a3f7efb87d7285bae793c549ee657622fd7ac47c (patch) | |
| tree | 76eab76f9450979d17cb81651a48bc63582f2877 | |
| parent | f9e7d610b50bf9b02591a5005ef741543c6c3138 (diff) | |
| download | emacs-a3f7efb87d7285bae793c549ee657622fd7ac47c.tar.gz emacs-a3f7efb87d7285bae793c549ee657622fd7ac47c.zip | |
* Makefile.in (install-arch-dep): Replace use of MV_DIRS with info.
This make it easier to see what is going on.
| -rw-r--r-- | ChangeLog | 2 | ||||
| -rw-r--r-- | Makefile.in | 2 |
2 files changed, 3 insertions, 1 deletions
| @@ -1,5 +1,7 @@ | |||
| 1 | 2012-05-15 Glenn Morris <rgm@gnu.org> | 1 | 2012-05-15 Glenn Morris <rgm@gnu.org> |
| 2 | 2 | ||
| 3 | * Makefile.in (install-arch-dep): Replace use of MV_DIRS with info. | ||
| 4 | |||
| 3 | * Makefile.in (install-arch-dep): Do not hard-code version number. | 5 | * Makefile.in (install-arch-dep): Do not hard-code version number. |
| 4 | 6 | ||
| 5 | * Makefile.in (install-arch-dep): NS install no longer needs to | 7 | * Makefile.in (install-arch-dep): NS install no longer needs to |
diff --git a/Makefile.in b/Makefile.in index 7e54ab13e41..5237076b776 100644 --- a/Makefile.in +++ b/Makefile.in | |||
| @@ -471,7 +471,7 @@ install-arch-dep: mkdir | |||
| 471 | if test "${ns_appresdir}" != ""; then \ | 471 | if test "${ns_appresdir}" != ""; then \ |
| 472 | ( cd ${ns_appresdir} ; \ | 472 | ( cd ${ns_appresdir} ; \ |
| 473 | if test -d share/emacs ; then dir=share/emacs/*/*; $(MV_DIRS); fi;\ | 473 | if test -d share/emacs ; then dir=share/emacs/*/*; $(MV_DIRS); fi;\ |
| 474 | if test -d share/info ; then dir=share/info; $(MV_DIRS) ; fi ; \ | 474 | if test -d share/info ; then rm -fr info; mv share/info . ; fi ; \ |
| 475 | rm -fr share ) ; \ | 475 | rm -fr share ) ; \ |
| 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); \ |