summaryrefslogtreecommitdiffstatshomepage
path: root/unix-cpy/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'unix-cpy/Makefile')
-rw-r--r--unix-cpy/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/unix-cpy/Makefile b/unix-cpy/Makefile
index 0f20fe31ce..48c3179460 100644
--- a/unix-cpy/Makefile
+++ b/unix-cpy/Makefile
@@ -68,7 +68,7 @@ $(BUILD)/%.o: %.c
$(BUILD)/%.o: $(PYSRC)/%.S
$(CC) $(CFLAGS) -c -o $@ $<
-$(BUILD)/%.o: $(PYSRC)/%.c mpconfig.h
+$(BUILD)/%.o: $(PYSRC)/%.c mpconfigport.h
$(CC) $(CFLAGS) -c -o $@ $<
$(BUILD)/emitnx64.o: $(PYSRC)/emitnative.c $(PYSRC)/emit.h
@@ -81,7 +81,7 @@ $(BUILD)/emitnthumb.o: $(PYSRC)/emitnative.c $(PYSRC)/emit.h
$(BUILD)/vm.o: $(PYSRC)/vm.c
$(CC) $(CFLAGS) -O3 -c -o $@ $<
-$(BUILD)/main.o: mpconfig.h
+$(BUILD)/main.o: mpconfigport.h
$(BUILD)/parse.o: $(PYSRC)/grammar.h
$(BUILD)/compile.o: $(PYSRC)/grammar.h
$(BUILD)/emitcpy.o: $(PYSRC)/emit.h