]> granicus.if.org Git - python/commitdiff
Reverse the order in which Setup and Setup.local are passed to the
authorGuido van Rossum <guido@python.org>
Sun, 7 Sep 1997 16:44:37 +0000 (16:44 +0000)
committerGuido van Rossum <guido@python.org>
Sun, 7 Sep 1997 16:44:37 +0000 (16:44 +0000)
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.)

Modules/Makefile.pre.in

index a5b2f974e4c2e69a2c1400438c9c0c0654829caf..e62d5ed28bc994bfd64a4531ccc28522badeb332 100644 (file)
@@ -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