summaryrefslogtreecommitdiff
path: root/editors/xemacs21
diff options
context:
space:
mode:
Diffstat (limited to 'editors/xemacs21')
-rw-r--r--editors/xemacs21/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/xemacs21/Makefile b/editors/xemacs21/Makefile
index d69b53e95012..dc83bd1c9982 100644
--- a/editors/xemacs21/Makefile
+++ b/editors/xemacs21/Makefile
@@ -116,7 +116,7 @@ post-install::
.if !defined(MULE_COMMON)
${LN} -sf xemacs-${XEMACS_VER} ${PREFIX}/bin/xemacs21${BINNAMEEXT}
.for file in b2m ctags etags gnuclient xemacs-${XEMACS_VER}
- strip ${PREFIX}/bin/${file}
+ ${STRIP_CMD} ${PREFIX}/bin/${file}
.endfor
.endif
.if !defined(MULE_SLAVE)