summaryrefslogtreecommitdiff
path: root/unix
diff options
context:
space:
mode:
authorPaul Sokolovsky <pfalcon@users.sourceforge.net>2014-01-03 17:15:53 +0200
committerPaul Sokolovsky <pfalcon@users.sourceforge.net>2014-01-03 19:03:11 +0200
commitb372bfca21ccab593359ef25a0a0c6bf697c8586 (patch)
treea6802e0442c4ac83aa91beb04bac9f222641202b /unix
parentef18102b9ec9634653fd4a8286990e9e21ce2ae0 (diff)
Rename default config file to mpconfig.h, and port's to mpconfigport.h.
mpconfig.h will automatically pull mpconfigport.h.
Diffstat (limited to 'unix')
-rw-r--r--unix/Makefile4
-rw-r--r--unix/mpconfigport.h (renamed from unix/mpconfig.h)0
2 files changed, 2 insertions, 2 deletions
diff --git a/unix/Makefile b/unix/Makefile
index 271cf2265..fd5b6b43e 100644
--- a/unix/Makefile
+++ b/unix/Makefile
@@ -79,7 +79,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
@@ -92,7 +92,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
diff --git a/unix/mpconfig.h b/unix/mpconfigport.h
index 3d0dc8a56..3d0dc8a56 100644
--- a/unix/mpconfig.h
+++ b/unix/mpconfigport.h