mirror of
https://github.com/AdaCore/cpython.git
synced 2026-02-12 12:57:15 -08:00
be more careful about building Modules/Makefile.pre
This commit is contained in:
@@ -157,12 +157,16 @@ sharedinstall:
|
||||
sharedinstall
|
||||
|
||||
# Build the sub-Makefiles
|
||||
Makefiles: config.status
|
||||
Makefiles: config.status Modules/Makefile.pre
|
||||
(cd Modules; $(MAKE) -f Makefile.pre Makefile)
|
||||
for i in . $(SUBDIRS); do \
|
||||
(echo $$i; cd $$i; $(MAKE) Makefile); \
|
||||
done
|
||||
|
||||
# Build the intermediate Makefile in Modules
|
||||
Modules/Makefile.pre: config.status
|
||||
$(SHELL) config.status
|
||||
|
||||
# Build the toplevel Makefile
|
||||
Makefile: Makefile.in config.status
|
||||
CONFIG_FILES=Makefile CONFIG_HEADERS= $(SHELL) config.status
|
||||
|
||||
Reference in New Issue
Block a user