From 847bb9eb7493049ab67f244b802c061efbc4d816 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jan=20Dj=C3=A4rv?= Date: Mon, 30 Jul 2012 09:51:29 +0200 Subject: [PATCH] * Makefile.in (install-arch-indep): Remove sh -x. --- ChangeLog | 4 ++++ Makefile.in | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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; \ -- 2.39.2