]> skyeroc.xyz Git - dgamelaunch/commitdiff
again
authorJoshua Kwan <joshk@triplehelix.org>
Mon, 19 Jan 2004 17:01:42 +0000 (17:01 +0000)
committerJoshua Kwan <joshk@triplehelix.org>
Mon, 19 Jan 2004 17:01:42 +0000 (17:01 +0000)
git-svn-id: svn://katsu.triplehelix.org/dgamelaunch/trunk@131 db0b04b0-f4d1-0310-9a6d-de3e77497b0e

Makefile

index ca09911db05b69e364561ed652bfa23e648f86b5..4f639e144a67bfab4661fe93e57cf69c8015be32 100644 (file)
--- 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