(svn r2843) OSX doesn't like OBJC, so give it back its beloved CC, because it's the only ObjectiveC consumer
authortron
Mon, 08 Aug 2005 20:23:56 +0000
changeset 2317 1221c9576436
parent 2316 78c321d52817
child 2318 c54eda6b4eff
(svn r2843) OSX doesn't like OBJC, so give it back its beloved CC, because it's the only ObjectiveC consumer
Makefile
--- a/Makefile	Mon Aug 08 15:26:53 2005 +0000
+++ b/Makefile	Mon Aug 08 20:23:56 2005 +0000
@@ -1009,7 +1009,7 @@
 
 .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 @@
 
 %.o: %.m  $(MAKE_CONFIG)
 	@echo '===> Compiling $<'
-	$(Q)$(OBJC) $(CFLAGS) $(CDEFS) -c -o $@ $<
+	$(Q)$(CC) $(CFLAGS) $(CDEFS) -c -o $@ $<
 
 
 info: