From a2eede98a111a5f944bd0ef768fd7dd0b7da8af2 Mon Sep 17 00:00:00 2001
From: deuce <>
Date: Mon, 30 Jul 2007 05:32:43 +0000
Subject: [PATCH] Whoops... no MT_CFLAGS here...

---
 src/conio/GNUmakefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/conio/GNUmakefile b/src/conio/GNUmakefile
index 0699f25bfc..859355f795 100644
--- a/src/conio/GNUmakefile
+++ b/src/conio/GNUmakefile
@@ -59,6 +59,6 @@ endif
 ifeq ($(os),darwin)
 $(MTOBJODIR)$(DIRSEP)SDLMain$(OFILE): SDLMain.m
 	@echo $(COMPILE_MSG) $<
-	$(QUIET)$(CC) $(MT_CFLAGS) $(CCFLAGS) -o $@ -c $<
+	$(QUIET)$(CC) $(CFLAGS) $(CCFLAGS) -o $@ -c $<
 endif
 
-- 
GitLab