Mercurial > hg > xemacs-beta
diff Makefile.in @ 177:6075d714658b r20-3b15
Import from CVS: tag r20-3b15
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:51:16 +0200 |
parents | 2d532a89d707 |
children | e121b013d1f0 |
line wrap: on
line diff
--- a/Makefile.in Mon Aug 13 09:50:16 2007 +0200 +++ b/Makefile.in Mon Aug 13 09:51:16 2007 +0200 @@ -414,6 +414,13 @@ ${INSTALL_DATA} ${srcdir}/etc/$${page}.1 ${mandir}/$${page}${manext} ; \ chmod 0644 ${mandir}/$${page}${manext} ; \ done + if test ! -d ${prefix}/bin; then \ + $(LN_S) ${exec_prefix}/bin ${prefix}/bin; \ + fi + if test ! -d ${prefix}/lib/xemacs-${version}/${configuration}; then \ + ${LN_S} ${exec_prefix}/lib/xemacs-${version}/${configuration} \ + ${prefix}/lib/xemacs-${version}/${configuration}; \ + fi @echo "If you would like to save approximately 15M of disk space, do" @echo "make gzip-el" @echo "or you may run "