changeset 3090:cb04711f3e61 draft

(svn r3679) -Fix: [OSX] fixed warning introduced in r3670 about permission denied in G5_detector.c when compiling without having Makefile.config
author bjarni <bjarni@openttd.org>
date Mon, 27 Feb 2006 16:58:26 +0000
parents 58bd38c42ea7
children 44391f2650de
files os/macosx/Makefile.setup
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/os/macosx/Makefile.setup
+++ b/os/macosx/Makefile.setup
@@ -27,7 +27,7 @@
 ifndef JAGUAR
 ifeq ($(shell uname), Darwin)
 # it's a hardware mac, not crosscompiling
-$(shell $(CC_HOST) os/macosx/G5_detector.c -o os/macosx/G5_detector)
+$(shell $(CC) os/macosx/G5_detector.c -o os/macosx/G5_detector)
 IS_G5:=$(shell os/macosx/G5_detector)
 endif
 endif