summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>1996-08-21 20:18:29 +0000
committerGuido van Rossum <guido@python.org>1996-08-21 20:18:29 +0000
commite561a29522b86f6257d00e5299b3417741be93fe (patch)
tree4830d47751f8600996528595c5d0c85f45c02366 /Makefile.in
parent7567ae5bc4fc9ff6578146fe15142752a70c3493 (diff)
downloadcpython-e561a29522b86f6257d00e5299b3417741be93fe.tar.gz
Remove dependency of $(srcdir)/Lib/$(MACHDEP) on python, since it would
try to do the mkdir whenever a new python has been built...
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index 879e67d664..57dad87d74 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -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"; \