From ebef2a1a6abd2113bfe0ae40764bf1084976cc64 Mon Sep 17 00:00:00 2001 From: jlam Date: Tue, 10 May 2005 19:56:51 +0000 Subject: Remove conditional expression from tools.*.mk files. Strip handling has moved to its own file, and we only need to define TOOLS_PLATFORM.strip if it actually exists on the system. --- mk/tools/tools.Darwin.mk | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'mk/tools/tools.Darwin.mk') diff --git a/mk/tools/tools.Darwin.mk b/mk/tools/tools.Darwin.mk index ebca2ccc5e3..40106ebf9da 100644 --- a/mk/tools/tools.Darwin.mk +++ b/mk/tools/tools.Darwin.mk @@ -1,4 +1,4 @@ -# $NetBSD: tools.Darwin.mk,v 1.8 2005/05/04 06:42:43 jlam Exp $ +# $NetBSD: tools.Darwin.mk,v 1.9 2005/05/10 19:56:51 jlam Exp $ # # System-supplied tools for the Darwin (Mac OS X) operating system. @@ -49,8 +49,7 @@ TOOLS_PLATFORM.rmdir?= /bin/rmdir TOOLS_PLATFORM.sed?= /usr/bin/sed TOOLS_PLATFORM.sh?= /bin/sh TOOLS_PLATFORM.sort?= /usr/bin/sort -TOOLS_PLATFORM.strip?= \ - ${_INSTALL_UNSTRIPPED:D${TOOLS_PLATFORM.true}:U/usr/bin/strip} +TOOLS_PLATFORM.strip?= /usr/bin/strip TOOLS_PLATFORM.tail?= /usr/bin/tail TOOLS_PLATFORM.tee?= /usr/bin/tee TOOLS_PLATFORM.test?= test # shell builtin -- cgit v1.2.3