summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Modules/Makefile.pre.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/Modules/Makefile.pre.in b/Modules/Makefile.pre.in
index 9b28a9523e..588e953ce8 100644
--- a/Modules/Makefile.pre.in
+++ b/Modules/Makefile.pre.in
@@ -86,7 +86,8 @@ $(LIB): $& $(OBJS) Makefile
mv python ../python
config.o: config.c Makefile $(MYLIBS)
- $(LINKCC) $(CFLAGS) -DPYTHONPATH=\"$(PYTHONPATH)\" -c config.c
+ $(LINKCC) $(CFLAGS) -DPYTHONPATH=\"$(PYTHONPATH)\" \
+ -DPLATFORM=\"$(MACHDEP)\" -c config.c
clean:
-rm -f *.o python core *~ [@,#]* *.old *.orig *.rej