From f7a0eca32831987734b2faa62c15663f9f0cf8da Mon Sep 17 00:00:00 2001 From: Brett Carrington Date: Sat, 13 Mar 2004 00:41:39 +0000 Subject: [PATCH] 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 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.47.3