summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorJan Djärv <jan.h.d@swipnet.se>2012-07-30 09:51:29 +0200
committerJan Djärv <jan.h.d@swipnet.se>2012-07-30 09:51:29 +0200
commit847bb9eb7493049ab67f244b802c061efbc4d816 (patch)
treee74af731926ce2be464c6c38205ba8d89b5662c0 /Makefile.in
parent169304bdb3445a2d8212bed42ba77e2081e9585a (diff)
downloademacs-847bb9eb7493049ab67f244b802c061efbc4d816.tar.gz
* Makefile.in (install-arch-indep): Remove sh -x.
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in2
1 files changed, 1 insertions, 1 deletions
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; \