Commit c43b18c4 authored by Guido van Rossum's avatar Guido van Rossum

pass $PLATFORM into config.c

parent 574780fd
...@@ -86,7 +86,8 @@ $(LIB): $& $(OBJS) Makefile ...@@ -86,7 +86,8 @@ $(LIB): $& $(OBJS) Makefile
mv python ../python mv python ../python
config.o: config.c Makefile $(MYLIBS) config.o: config.c Makefile $(MYLIBS)
$(LINKCC) $(CFLAGS) -DPYTHONPATH=\"$(PYTHONPATH)\" -c config.c $(LINKCC) $(CFLAGS) -DPYTHONPATH=\"$(PYTHONPATH)\" \
-DPLATFORM=\"$(MACHDEP)\" -c config.c
clean: clean:
-rm -f *.o python core *~ [@,#]* *.old *.orig *.rej -rm -f *.o python core *~ [@,#]* *.old *.orig *.rej
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment