From: Jan Djärv Date: Mon, 30 Jul 2012 07:51:29 +0000 (+0200) Subject: * Makefile.in (install-arch-indep): Remove sh -x. X-Git-Tag: emacs-24.2.90~997 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=847bb9eb7493049ab67f244b802c061efbc4d816;p=emacs.git * Makefile.in (install-arch-indep): Remove sh -x. --- diff --git a/ChangeLog b/ChangeLog index e83265a747d..ee3ae610a35 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2012-07-30 Jan Djärv + + * Makefile.in (install-arch-indep): Remove sh -x. + 2012-07-30 Glenn Morris * configure.ac (opsysfile): Tweak message for null case. diff --git a/Makefile.in b/Makefile.in index c6df480ce7c..b780576ea5e 100644 --- a/Makefile.in +++ b/Makefile.in @@ -489,7 +489,7 @@ set_installuser=for installuser in $${LOGNAME} $${USERNAME} $${USER} \ ## http://lists.gnu.org/archive/html/autoconf-patches/2004-11/msg00005.html install-arch-indep: install-info install-man ${INSTALL_ARCH_INDEP_EXTRA} umask 022 ; \ - eval sh -x $(MKDIR_P) \ + eval $(MKDIR_P) \ "'$(DESTDIR)`echo ${locallisppath}|sed \"s,:,' '$(DESTDIR),g\"`'" -set ${COPYDESTS} ; \ unset CDPATH; \