From fad424db6aa8e3d5d3787f06534ab341318a0851 Mon Sep 17 00:00:00 2001 From: osa Date: Wed, 24 Sep 2003 09:37:11 +0000 Subject: Make portlint(1) happy by changing strip to ${STRIP_CMD} Submitted by: Oleg Karachevtsev PR: 56998 --- editors/mule-common/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'editors/mule-common') diff --git a/editors/mule-common/Makefile b/editors/mule-common/Makefile index ff18aa8fb46d..378b98f4d298 100644 --- a/editors/mule-common/Makefile +++ b/editors/mule-common/Makefile @@ -135,7 +135,7 @@ post-install: ${RM} ${PREFIX}/share/mule/19.34/etc/DOC-19.34.1 # note that any2ps rcs-checkin are scripts .for file in b2m coco ctags emacsclient etags m2ps - strip ${PREFIX}/bin/${file} + ${STRIP_CMD} ${PREFIX}/bin/${file} .endfor if [ ! -f ${PREFIX}/share/mule/${EMACS_VERSION}/info/dir ]; then \ ${MKDIR} ${PREFIX}/share/mule/${EMACS_VERSION}/info; \ -- cgit