diff options
Diffstat (limited to 'editors/xemacs')
-rw-r--r-- | editors/xemacs/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/xemacs/Makefile b/editors/xemacs/Makefile index 0f3ade21d2b9..dd54ddb3e6bc 100644 --- a/editors/xemacs/Makefile +++ b/editors/xemacs/Makefile @@ -84,7 +84,7 @@ WITH_OFFIX?= --with-offix=no post-install:: .if !defined(MULE_COMMON) - ${LN} -sf xemacs-${XEMACS_VER} ${PREFIX}/bin/xemacs21 + ${LN} -sf xemacs-${XEMACS_VER} ${PREFIX}/bin/xemacs21${BINNAMEEXT} .for file in b2m ctags etags gnuclient xemacs-${XEMACS_VER} strip ${PREFIX}/bin/${file} .endfor |