From: Guido van Rossum Date: Wed, 21 Aug 1996 20:18:29 +0000 (+0000) Subject: Remove dependency of $(srcdir)/Lib/$(MACHDEP) on python, since it would X-Git-Tag: v1.4b3~60 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=cda848f49eb92401e8c4d01154531f6e7397a480;p=thirdparty%2FPython%2Fcpython.git Remove dependency of $(srcdir)/Lib/$(MACHDEP) on python, since it would try to do the mkdir whenever a new python has been built... --- diff --git a/Makefile.in b/Makefile.in index 879e67d66497..57dad87d74da 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"; \