aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan Djärv2012-07-30 09:51:29 +0200
committerJan Djärv2012-07-30 09:51:29 +0200
commit847bb9eb7493049ab67f244b802c061efbc4d816 (patch)
treee74af731926ce2be464c6c38205ba8d89b5662c0
parent169304bdb3445a2d8212bed42ba77e2081e9585a (diff)
downloademacs-847bb9eb7493049ab67f244b802c061efbc4d816.tar.gz
emacs-847bb9eb7493049ab67f244b802c061efbc4d816.zip
* Makefile.in (install-arch-indep): Remove sh -x.
-rw-r--r--ChangeLog4
-rw-r--r--Makefile.in2
2 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index e83265a747d..ee3ae610a35 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
12012-07-30 Jan Djärv <jan.h.d@swipnet.se>
2
3 * Makefile.in (install-arch-indep): Remove sh -x.
4
12012-07-30 Glenn Morris <rgm@gnu.org> 52012-07-30 Glenn Morris <rgm@gnu.org>
2 6
3 * configure.ac (opsysfile): Tweak message for null case. 7 * 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} \
489## http://lists.gnu.org/archive/html/autoconf-patches/2004-11/msg00005.html 489## http://lists.gnu.org/archive/html/autoconf-patches/2004-11/msg00005.html
490install-arch-indep: install-info install-man ${INSTALL_ARCH_INDEP_EXTRA} 490install-arch-indep: install-info install-man ${INSTALL_ARCH_INDEP_EXTRA}
491 umask 022 ; \ 491 umask 022 ; \
492 eval sh -x $(MKDIR_P) \ 492 eval $(MKDIR_P) \
493 "'$(DESTDIR)`echo ${locallisppath}|sed \"s,:,' '$(DESTDIR),g\"`'" 493 "'$(DESTDIR)`echo ${locallisppath}|sed \"s,:,' '$(DESTDIR),g\"`'"
494 -set ${COPYDESTS} ; \ 494 -set ${COPYDESTS} ; \
495 unset CDPATH; \ 495 unset CDPATH; \