mirror of
https://github.com/python/cpython.git
synced 2026-01-06 15:32:22 +00:00
Reverse the order in which Setup and Setup.local are passed to the
makesetup script. (Sorry Sjoerd -- I know you proposed this a while ago and I didn't think it would work then. I looked again and it does work.)
This commit is contained in:
parent
f9fa20b2d2
commit
970f5d33c7
1 changed files with 1 additions and 1 deletions
|
|
@ -152,7 +152,7 @@ getpath.o: getpath.c Makefile
|
|||
# longer pertinent (but that were in a previous configuration).
|
||||
config.c Makefile: Makefile.pre config.c.in $(MAKESETUP) Setup Setup.local
|
||||
-rm -f $(LIBRARY)
|
||||
$(SHELL) $(MAKESETUP) Setup Setup.local
|
||||
$(SHELL) $(MAKESETUP) Setup.local Setup
|
||||
|
||||
Setup:
|
||||
cp $(srcdir)/Setup.in Setup
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue