From: Glenn Morris Date: Tue, 15 May 2012 17:55:39 +0000 (-0400) Subject: * Makefile.in (install-arch-dep): Replace use of MV_DIRS with libexec. X-Git-Tag: emacs-24.2.90~471^2~73 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=c184265d03d96294322572159414d95cc416b790;p=emacs.git * Makefile.in (install-arch-dep): Replace use of MV_DIRS with libexec. --- diff --git a/ChangeLog b/ChangeLog index b1aed06bbbc..0c921934881 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,7 @@ 2012-05-15 Glenn Morris - * Makefile.in (install-arch-dep): Replace use of MV_DIRS with info. + * Makefile.in (install-arch-dep): Replace use of MV_DIRS with info, + and with libexec. * Makefile.in (install-arch-dep): Do not hard-code version number. diff --git a/Makefile.in b/Makefile.in index 5237076b776..0b1fb77e6db 100644 --- a/Makefile.in +++ b/Makefile.in @@ -473,9 +473,9 @@ install-arch-dep: mkdir if test -d share/emacs ; then dir=share/emacs/*/*; $(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); \ - rm -fr emacs; rm -f ../bin/emacs ../bin/$(EMACSFULL) ; \ + ( if cd ${ns_appbindir}/libexec ; then \ + mv -f emacs/${version}/${configuration}/* . ; rm -fr emacs ; \ + rm -f ../bin/emacs ../bin/$(EMACSFULL) ; \ fi ) ; \ else true ; fi