Commit cda848f4 authored by Guido van Rossum's avatar Guido van Rossum

Remove dependency of $(srcdir)/Lib/$(MACHDEP) on python, since it would

try to do the mkdir whenever a new python has been built...
parent a4ddb238
......@@ -258,7 +258,7 @@ libinstall: python $(srcdir)/Lib/$(MACHDEP)
./python $(LIBDEST)/compileall.py $(LIBDEST)
# Create the MACHDEP source directory, if one wasn't distributed..
$(srcdir)/Lib/$(MACHDEP): python
$(srcdir)/Lib/$(MACHDEP):
mkdir $(srcdir)/Lib/$(MACHDEP)
cp $(srcdir)/Lib/generic/regen $(srcdir)/Lib/$(MACHDEP)/regen
export PATH; PATH="`pwd`:$PATH"; \
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment