mirror of
https://github.com/python/cpython.git
synced 2025-09-26 18:29:57 +00:00
Remove dependency of $(srcdir)/Lib/$(MACHDEP) on python, since it would
try to do the mkdir whenever a new python has been built...
This commit is contained in:
parent
a4ddb238bc
commit
cda848f49e
1 changed files with 1 additions and 1 deletions
|
@ -258,7 +258,7 @@ libinstall: python $(srcdir)/Lib/$(MACHDEP)
|
||||||
./python $(LIBDEST)/compileall.py $(LIBDEST)
|
./python $(LIBDEST)/compileall.py $(LIBDEST)
|
||||||
|
|
||||||
# Create the MACHDEP source directory, if one wasn't distributed..
|
# Create the MACHDEP source directory, if one wasn't distributed..
|
||||||
$(srcdir)/Lib/$(MACHDEP): python
|
$(srcdir)/Lib/$(MACHDEP):
|
||||||
mkdir $(srcdir)/Lib/$(MACHDEP)
|
mkdir $(srcdir)/Lib/$(MACHDEP)
|
||||||
cp $(srcdir)/Lib/generic/regen $(srcdir)/Lib/$(MACHDEP)/regen
|
cp $(srcdir)/Lib/generic/regen $(srcdir)/Lib/$(MACHDEP)/regen
|
||||||
export PATH; PATH="`pwd`:$PATH"; \
|
export PATH; PATH="`pwd`:$PATH"; \
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue