Mercurial > hg > xemacs-beta
comparison 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 |
comparison
equal
deleted
inserted
replaced
283:fa3d41851a08 | 284:558f606b08ae |
---|---|
186 ## Install the internal utilities. Until they are installed, we can | 186 ## Install the internal utilities. Until they are installed, we can |
187 ## just run them directly from lib-src. | 187 ## just run them directly from lib-src. |
188 ${archlibdir}: all | 188 ${archlibdir}: all |
189 @echo; echo "Installing utilities run internally by XEmacs." | 189 @echo; echo "Installing utilities run internally by XEmacs." |
190 ./make-path ${archlibdir} | 190 ./make-path ${archlibdir} |
191 if test `(cd ${archlibdir} && $(pwd))` != `$(pwd)`; then \ | 191 if test "`(cd ${archlibdir} && $(pwd))`" != "`$(pwd)`"; then \ |
192 for f in ${UTILITIES}; do \ | 192 for f in ${UTILITIES}; do \ |
193 (cd .. && $(INSTALL_PROGRAM) lib-src/$$f ${archlibdir}/$$f) ; \ | 193 (cd .. && $(INSTALL_PROGRAM) lib-src/$$f ${archlibdir}/$$f) ; \ |
194 done ; \ | 194 done ; \ |
195 fi | 195 fi |
196 if test `(cd ${archlibdir} && $(pwd))` \ | 196 if test "`(cd ${archlibdir} && $(pwd))`" \ |
197 != `(cd ${srcdir} && $(pwd))`; then \ | 197 != "`(cd ${srcdir} && $(pwd))`"; then \ |
198 for f in ${SCRIPTS}; do \ | 198 for f in ${SCRIPTS}; do \ |
199 (cd .. && $(INSTALL_PROGRAM) ${srcdir}/$$f ${archlibdir}/$$f); \ | 199 (cd .. && $(INSTALL_PROGRAM) ${srcdir}/$$f ${archlibdir}/$$f); \ |
200 done ; \ | 200 done ; \ |
201 fi | 201 fi |
202 | 202 |