From b0f1c5e8d6e56309c8e80a195c45349debebf17c Mon Sep 17 00:00:00 2001 From: jedgar Date: Mon, 31 Jan 2000 23:25:33 +0000 Subject: We only need to strip the binary once PR: 16493 Submitted by: Maintainer --- sysutils/cronolog/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sysutils/cronolog/Makefile b/sysutils/cronolog/Makefile index f0f886015db8..ae84694e9c4d 100644 --- a/sysutils/cronolog/Makefile +++ b/sysutils/cronolog/Makefile @@ -17,6 +17,6 @@ MAN1= cronolog.1m cronosplit.1m GNU_CONFIGURE= yes post-install: - ${STRIP} ${PREFIX}/sbin/cronolog ${PREFIX}/sbin/cronolog + ${STRIP} ${PREFIX}/sbin/cronolog .include -- cgit