From 14673b8baea6740ccec38dc2222897c706d8b69b Mon Sep 17 00:00:00 2001 From: Joshua Kwan Date: Mon, 19 Jan 2004 17:01:42 +0000 Subject: [PATCH] again git-svn-id: svn://katsu.triplehelix.org/dgamelaunch/trunk@131 db0b04b0-f4d1-0310-9a6d-de3e77497b0e --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index ca09911..4f639e1 100644 --- a/Makefile +++ b/Makefile @@ -11,7 +11,7 @@ endif ifeq (Linux,$(shell uname -s)) LUTIL = -lutil else - ifeq (BSD,$(shell uname -s | grep -o BSD)) + ifeq (BSD,$(shell uname -s | sed -e 's/.*BSD/BSD/g')) LUTIL = -lutil endif endif