(svn r3679) -Fix: [OSX] fixed warning introduced in r3670 about permission denied in G5_detector.c when compiling without having Makefile.config
authorbjarni
Mon, 27 Feb 2006 16:58:26 +0000
changeset 3090 d2bd3f8e8c76
parent 3089 b073c15f794c
child 3091 ea4f5ae735d2
(svn r3679) -Fix: [OSX] fixed warning introduced in r3670 about permission denied in G5_detector.c when compiling without having Makefile.config
os/macosx/Makefile.setup
--- a/os/macosx/Makefile.setup	Mon Feb 27 15:35:22 2006 +0000
+++ b/os/macosx/Makefile.setup	Mon Feb 27 16:58:26 2006 +0000
@@ -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