(svn r2843) OSX doesn't like OBJC, so give it back its beloved CC, because it's the only ObjectiveC consumer

replace/41b28d7194a279bdc17475d4fbe2ea6ec885a466
tron 19 years ago
parent 062ed26b4d
commit a837d74ae6

@ -1009,7 +1009,7 @@ endif
.deps/%.d: %.m table/strings.h endian_target.h .deps/%.d: %.m table/strings.h endian_target.h
@echo '===> Determining dependencies of $<' @echo '===> Determining dependencies of $<'
$(Q)$(OBJC) $(CFLAGS) -M $< > $@ $(Q)$(CC) $(CFLAGS) -M $< > $@
%.o: %.c $(MAKE_CONFIG) %.o: %.c $(MAKE_CONFIG)
@ -1022,7 +1022,7 @@ endif
%.o: %.m $(MAKE_CONFIG) %.o: %.m $(MAKE_CONFIG)
@echo '===> Compiling $<' @echo '===> Compiling $<'
$(Q)$(OBJC) $(CFLAGS) $(CDEFS) -c -o $@ $< $(Q)$(CC) $(CFLAGS) $(CDEFS) -c -o $@ $<
info: info:

Loading…
Cancel
Save