From a3f7efb87d7285bae793c549ee657622fd7ac47c Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Tue, 15 May 2012 13:49:59 -0400 Subject: [PATCH] * Makefile.in (install-arch-dep): Replace use of MV_DIRS with info. This make it easier to see what is going on. --- ChangeLog | 2 ++ Makefile.in | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index f86baa960fc..b1aed06bbbc 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2012-05-15 Glenn Morris + * Makefile.in (install-arch-dep): Replace use of MV_DIRS with info. + * Makefile.in (install-arch-dep): Do not hard-code version number. * 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 if test "${ns_appresdir}" != ""; then \ ( cd ${ns_appresdir} ; \ if test -d share/emacs ; then dir=share/emacs/*/*; $(MV_DIRS); fi;\ - if test -d share/info ; then dir=share/info; $(MV_DIRS) ; fi ; \ + if test -d share/info ; then rm -fr info; mv share/info . ; fi ; \ rm -fr share ) ; \ ( cd ${ns_appbindir} ; \ if cd libexec ; then dir=emacs/*/*/* ; $(MV_DIRS); \ -- 2.39.2