Mercurial > hg > xemacs-beta
diff lib-src/Makefile.in.in @ 284:558f606b08ae r21-0b40
Import from CVS: tag r21-0b40
author | cvs |
---|---|
date | Mon, 13 Aug 2007 10:34:13 +0200 |
parents | c42ec1d1cded |
children | 57709be46d1b |
line wrap: on
line diff
--- a/lib-src/Makefile.in.in Mon Aug 13 10:33:19 2007 +0200 +++ b/lib-src/Makefile.in.in Mon Aug 13 10:34:13 2007 +0200 @@ -188,13 +188,13 @@ ${archlibdir}: all @echo; echo "Installing utilities run internally by XEmacs." ./make-path ${archlibdir} - if test `(cd ${archlibdir} && $(pwd))` != `$(pwd)`; then \ + if test "`(cd ${archlibdir} && $(pwd))`" != "`$(pwd)`"; then \ for f in ${UTILITIES}; do \ (cd .. && $(INSTALL_PROGRAM) lib-src/$$f ${archlibdir}/$$f) ; \ done ; \ fi - if test `(cd ${archlibdir} && $(pwd))` \ - != `(cd ${srcdir} && $(pwd))`; then \ + if test "`(cd ${archlibdir} && $(pwd))`" \ + != "`(cd ${srcdir} && $(pwd))`"; then \ for f in ${SCRIPTS}; do \ (cd .. && $(INSTALL_PROGRAM) ${srcdir}/$$f ${archlibdir}/$$f); \ done ; \