From: Brett Carrington Date: Sat, 13 Mar 2004 00:41:39 +0000 (+0000) Subject: Removed the XXX comment, works fine on Mac OS X 10.3.2 X-Git-Tag: v1.6.1-roc-dev~426 X-Git-Url: https://skyeroc.xyz/gitweb/?a=commitdiff_plain;h=f7a0eca32831987734b2faa62c15663f9f0cf8da;p=dgamelaunch Removed the XXX comment, works fine on Mac OS X 10.3.2 git-svn-id: svn://katsu.triplehelix.org/dgamelaunch/trunk@277 db0b04b0-f4d1-0310-9a6d-de3e77497b0e --- diff --git a/Makefile b/Makefile index 89ec5b9..47ff06d 100644 --- a/Makefile +++ b/Makefile @@ -36,7 +36,7 @@ else endif endif -ifeq (Darwin,$(shell uname -s)) # XXX hope that's MacOS X +ifeq (Darwin,$(shell uname -s)) LCRYPT = else LCRYPT = -lcrypt