X-Git-Url: https://git.hcoop.net/bpt/emacs.git/blobdiff_plain/eb9a36619e5ba70079fc098a38e2d8be721d5b0b..357a508109504494cdc4a3fa0c53aca351890026:/lib-src/Makefile.in diff --git a/lib-src/Makefile.in b/lib-src/Makefile.in index e4d104e020..b765668aeb 100644 --- a/lib-src/Makefile.in +++ b/lib-src/Makefile.in @@ -84,7 +84,8 @@ VPATH=@srcdir@ # The top-level source directory, also set by configure. top_srcdir=@top_srcdir@ -abs_top_srcdir=@abs_top_srcdir@ # MinGW CPPFLAGS may use this +# MinGW CPPFLAGS may use this. +abs_top_srcdir=@abs_top_srcdir@ # ==================== Emacs-specific directories ==================== @@ -233,7 +234,8 @@ $(DESTDIR)${archlibdir}: all @echo @echo "Installing utilities run internally by Emacs." umask 022; ${MKDIR_P} "$(DESTDIR)${archlibdir}" - if [ "`cd \"$(DESTDIR)${archlibdir}\" && /bin/pwd`" != "`/bin/pwd`" ]; then \ + exp_archlibdir=`cd "$(DESTDIR)${archlibdir}" && /bin/pwd`; \ + if [ "$$exp_archlibdir" != "`/bin/pwd`" ]; then \ for file in ${UTILITIES}; do \ $(INSTALL_PROGRAM) $(INSTALL_STRIP) $$file "$(DESTDIR)${archlibdir}/$$file" ; \ done ; \