summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortron <tron@openttd.org>2005-08-08 20:23:56 +0000
committertron <tron@openttd.org>2005-08-08 20:23:56 +0000
commit8d3afd666bbee69deb8f25d063f5b335f1bd7e16 (patch)
treecc51badca159ec8d978bca88f7af7d309635576b
parentd0bbfbc7ae4b107d204e1e548a337b4ebb0adb82 (diff)
downloadopenttd-8d3afd666bbee69deb8f25d063f5b335f1bd7e16.tar.xz
(svn r2843) OSX doesn't like OBJC, so give it back its beloved CC, because it's the only ObjectiveC consumer
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 226cd8161..29d0a6efe 100644
--- a/Makefile
+++ b/Makefile
@@ -1009,7 +1009,7 @@ endif
.deps/%.d: %.m table/strings.h endian_target.h
@echo '===> Determining dependencies of $<'
- $(Q)$(OBJC) $(CFLAGS) -M $< > $@
+ $(Q)$(CC) $(CFLAGS) -M $< > $@
%.o: %.c $(MAKE_CONFIG)
@@ -1022,7 +1022,7 @@ endif
%.o: %.m $(MAKE_CONFIG)
@echo '===> Compiling $<'
- $(Q)$(OBJC) $(CFLAGS) $(CDEFS) -c -o $@ $<
+ $(Q)$(CC) $(CFLAGS) $(CDEFS) -c -o $@ $<
info: