From: Guido van Rossum Date: Sun, 7 Sep 1997 16:44:37 +0000 (+0000) Subject: Reverse the order in which Setup and Setup.local are passed to the X-Git-Tag: v1.5a4~214 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=970f5d33c758bd23acaf8db31c9f0a676edbea9e;p=thirdparty%2FPython%2Fcpython.git 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.) --- diff --git a/Modules/Makefile.pre.in b/Modules/Makefile.pre.in index a5b2f974e4c2..e62d5ed28bc9 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