From: Joshua Kwan Date: Mon, 19 Jan 2004 17:01:42 +0000 (+0000) Subject: again X-Git-Tag: v1.6.1-roc-dev~567 X-Git-Url: https://skyeroc.xyz/gitweb/?a=commitdiff_plain;h=14673b8baea6740ccec38dc2222897c706d8b69b;p=dgamelaunch again git-svn-id: svn://katsu.triplehelix.org/dgamelaunch/trunk@131 db0b04b0-f4d1-0310-9a6d-de3e77497b0e --- 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