From 569b1939c6aaaddc8b78af040f480317b051674d Mon Sep 17 00:00:00 2001 From: bjarni Date: Mon, 27 Feb 2006 16:58:26 +0000 Subject: (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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'os/macosx/Makefile.setup') diff --git a/os/macosx/Makefile.setup b/os/macosx/Makefile.setup index af4fd2e55..7cfb6d965 100644 --- a/os/macosx/Makefile.setup +++ b/os/macosx/Makefile.setup @@ -27,7 +27,7 @@ ifndef UNIVERSAL_BINARY 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 -- cgit v1.2.3-54-g00ecf