Mercurial > hg > xemacs-beta
comparison Makefile.in.in @ 997:89cca5f594bd
[xemacs-hg @ 2002-09-10 15:37:48 by james]
Commit the stuff in the top-level directory that CVS didn't commit the first
time around. This completes the module changes begun with the previous commit.
author | james |
---|---|
date | Tue, 10 Sep 2002 15:38:03 +0000 |
parents | 2b676dc88c66 |
children | fac45095e485 |
comparison
equal
deleted
inserted
replaced
996:25e260cb7994 | 997:89cca5f594bd |
---|---|
433 lib/${instvardir}/lisp; do \ | 433 lib/${instvardir}/lisp; do \ |
434 if test ! -d ${exec_prefix}/$${dir}; then \ | 434 if test ! -d ${exec_prefix}/$${dir}; then \ |
435 $(LN_S) ${prefix}/$${dir} ${exec_prefix}/$${dir}; fi; \ | 435 $(LN_S) ${prefix}/$${dir} ${exec_prefix}/$${dir}; fi; \ |
436 done; \ | 436 done; \ |
437 fi | 437 fi |
438 #ifdef HAVE_SHLIB | |
439 $(INSTALL_DATA) $(srcdir)/modules/auto-autoloads.* $(moduledir) | |
440 #endif | |
438 | 441 |
439 install-arch-indep: mkdir info | 442 install-arch-indep: mkdir info |
440 -@set ${COPYDESTS} ; \ | 443 -@set ${COPYDESTS} ; \ |
441 for dir in ${COPYDIR} ; do \ | 444 for dir in ${COPYDIR} ; do \ |
442 if test "`(cd $$1 && $(pwd))`" != \ | 445 if test "`(cd $$1 && $(pwd))`" != \ |