From 351c1d9029844a97d2771da883fc2b432d5e1bd4 Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Tue, 1 Oct 2002 04:01:04 +0000 Subject: Sigh. OpenBSD used /usr/bin/{true|false} --- Rules.mak | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Rules.mak') diff --git a/Rules.mak b/Rules.mak index e4baa5ea3..41d41c924 100644 --- a/Rules.mak +++ b/Rules.mak @@ -99,7 +99,7 @@ NATIVE_CFLAGS:=-O2 -Wall ifeq ($(strip $(DODEBUG)),true) CFLAGS += -g LDFLAGS:= -shared --warn-common --warn-once -z combreloc - STRIPTOOL:= /bin/true -Since_we_are_debugging + STRIPTOOL:= true -Since_we_are_debugging else CFLAGS += -DNDEBUG #-fomit-frame-pointer LDFLAGS := -s -shared --warn-common --warn-once -z combreloc -- cgit v1.2.3