]> granicus.if.org Git - python/commitdiff
Remove dependency of $(srcdir)/Lib/$(MACHDEP) on python, since it would
authorGuido van Rossum <guido@python.org>
Wed, 21 Aug 1996 20:18:29 +0000 (20:18 +0000)
committerGuido van Rossum <guido@python.org>
Wed, 21 Aug 1996 20:18:29 +0000 (20:18 +0000)
try to do the mkdir whenever a new python has been built...

Makefile.in

index 879e67d66497d88c6c2c5d13e959bf88cc807cf6..57dad87d74da26fbc2e59aee0021e2b96744b04d 100644 (file)
@@ -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"; \