summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-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: