unix-cpy: Fix mpconfig to work with new scheme.
This commit is contained in:
parent
91c8d8e71c
commit
b7aa72710e
@ -68,7 +68,7 @@ $(BUILD)/%.o: %.c
|
|||||||
$(BUILD)/%.o: $(PYSRC)/%.S
|
$(BUILD)/%.o: $(PYSRC)/%.S
|
||||||
$(CC) $(CFLAGS) -c -o $@ $<
|
$(CC) $(CFLAGS) -c -o $@ $<
|
||||||
|
|
||||||
$(BUILD)/%.o: $(PYSRC)/%.c mpconfig.h
|
$(BUILD)/%.o: $(PYSRC)/%.c mpconfigport.h
|
||||||
$(CC) $(CFLAGS) -c -o $@ $<
|
$(CC) $(CFLAGS) -c -o $@ $<
|
||||||
|
|
||||||
$(BUILD)/emitnx64.o: $(PYSRC)/emitnative.c $(PYSRC)/emit.h
|
$(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
|
$(BUILD)/vm.o: $(PYSRC)/vm.c
|
||||||
$(CC) $(CFLAGS) -O3 -c -o $@ $<
|
$(CC) $(CFLAGS) -O3 -c -o $@ $<
|
||||||
|
|
||||||
$(BUILD)/main.o: mpconfig.h
|
$(BUILD)/main.o: mpconfigport.h
|
||||||
$(BUILD)/parse.o: $(PYSRC)/grammar.h
|
$(BUILD)/parse.o: $(PYSRC)/grammar.h
|
||||||
$(BUILD)/compile.o: $(PYSRC)/grammar.h
|
$(BUILD)/compile.o: $(PYSRC)/grammar.h
|
||||||
$(BUILD)/emitcpy.o: $(PYSRC)/emit.h
|
$(BUILD)/emitcpy.o: $(PYSRC)/emit.h
|
||||||
|
Loading…
Reference in New Issue
Block a user