summaryrefslogtreecommitdiffstats
path: root/Modules/Makefile.pre.in
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>1997-09-07 16:44:37 (GMT)
committerGuido van Rossum <guido@python.org>1997-09-07 16:44:37 (GMT)
commit970f5d33c758bd23acaf8db31c9f0a676edbea9e (patch)
treef350c1823d0da899e9c312b420837965e2d4059c /Modules/Makefile.pre.in
parentf9fa20b2d2345b988ddc0a8782754573ab7687ba (diff)
downloadcpython-970f5d33c758bd23acaf8db31c9f0a676edbea9e.zip
cpython-970f5d33c758bd23acaf8db31c9f0a676edbea9e.tar.gz
cpython-970f5d33c758bd23acaf8db31c9f0a676edbea9e.tar.bz2
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.)
Diffstat (limited to 'Modules/Makefile.pre.in')
-rw-r--r--Modules/Makefile.pre.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/Makefile.pre.in b/Modules/Makefile.pre.in
index a5b2f97..e62d5ed 100644
--- a/Modules/Makefile.pre.in
+++ b/Modules/Makefile.pre.in
@@ -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