Mercurial > hg > xemacs-beta
diff Makefile.in @ 355:182f72e8cd0d r21-1-7
Import from CVS: tag r21-1-7
author | cvs |
---|---|
date | Mon, 13 Aug 2007 10:56:21 +0200 |
parents | 3b3709405255 |
children | 7347b34c275b |
line wrap: on
line diff
--- a/Makefile.in Mon Aug 13 10:55:35 2007 +0200 +++ b/Makefile.in Mon Aug 13 10:56:21 2007 +0200 @@ -393,7 +393,7 @@ else true; fi ${INSTALL_PROGRAM} src/${PROGNAME} ${bindir}/${PROGNAME}-${version} -chmod 0755 ${bindir}/${PROGNAME}-${version} - cd ${bindir} && $(RM) ./${PROGNAME} && ${LN_S} ${PROGNAME}-${version} ./${PROGNAME} + cd ${bindir} && $(RM) ./${PROGNAME} && ${LN_S} ${PROGNAME}-${version}@exe_suffix@ ./${PROGNAME} if test "${prefix}" != "${exec_prefix}"; then \ for dir in \ lib/${PROGNAME} \