diff options
Diffstat (limited to 'converters')
-rw-r--r-- | converters/xdeview/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/converters/xdeview/Makefile b/converters/xdeview/Makefile index fe358dbdfb53..987cee90e664 100644 --- a/converters/xdeview/Makefile +++ b/converters/xdeview/Makefile @@ -36,7 +36,7 @@ MAN1= xdeview.1 DOCFILES= ${FILESDIR}/porting.notes post-install: - strip ${PREFIX}/bin/uuwish + ${STRIP_CMD} ${PREFIX}/bin/uuwish .if !defined(NOPORTDOCS) @${ECHO_MSG} "===> Installing documents to ${DOCSDIR}" @${MKDIR} ${DOCSDIR} |