aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2012-05-15 13:49:59 -0400
committerGlenn Morris2012-05-15 13:49:59 -0400
commita3f7efb87d7285bae793c549ee657622fd7ac47c (patch)
tree76eab76f9450979d17cb81651a48bc63582f2877
parentf9e7d610b50bf9b02591a5005ef741543c6c3138 (diff)
downloademacs-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--ChangeLog2
-rw-r--r--Makefile.in2
2 files changed, 3 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index f86baa960fc..b1aed06bbbc 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
12012-05-15 Glenn Morris <rgm@gnu.org> 12012-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); \