From bd3df2b9ee5f8ef2646aacdba92affa17753f98a Mon Sep 17 00:00:00 2001 From: Satoshi Asami Date: Fri, 10 Sep 1999 23:58:10 +0000 Subject: ${STRIP} is not a command -- it's the -s flag to install. ;) --- benchmarks/iozone/Makefile | 2 +- benchmarks/iozone21/Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'benchmarks') diff --git a/benchmarks/iozone/Makefile b/benchmarks/iozone/Makefile index 0e2dbab23f0f..8bfe7fff8f1c 100644 --- a/benchmarks/iozone/Makefile +++ b/benchmarks/iozone/Makefile @@ -23,7 +23,7 @@ ALL_TARGET= MAN1= iozone.1 do-install: - ${STRIP} ${WRKSRC}/iozone + strip ${WRKSRC}/iozone ${INSTALL_PROGRAM} ${WRKSRC}/iozone ${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/iozone.1 ${PREFIX}/man/man1 diff --git a/benchmarks/iozone21/Makefile b/benchmarks/iozone21/Makefile index 0e2dbab23f0f..8bfe7fff8f1c 100644 --- a/benchmarks/iozone21/Makefile +++ b/benchmarks/iozone21/Makefile @@ -23,7 +23,7 @@ ALL_TARGET= MAN1= iozone.1 do-install: - ${STRIP} ${WRKSRC}/iozone + strip ${WRKSRC}/iozone ${INSTALL_PROGRAM} ${WRKSRC}/iozone ${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/iozone.1 ${PREFIX}/man/man1 -- cgit v1.2.3