summaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
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 879e67d..57dad87 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"; \