From: Guido van Rossum Date: Tue, 30 Jul 1996 21:55:17 +0000 (+0000) Subject: Add a variable so you can easily install more than one machdep directory. X-Git-Tag: v1.4b2~79 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b8dccd29b375a09e4e5e5207d2e5e11e9a14443c;p=python Add a variable so you can easily install more than one machdep directory. --- diff --git a/Makefile.in b/Makefile.in index 896d58bbb1..77e54f6639 100644 --- a/Makefile.in +++ b/Makefile.in @@ -193,7 +193,8 @@ maninstall: # Install the library LIBDEST= $(SCRIPTDIR)/python$(VERSION) -LIBSUBDIRS= stdwin tkinter test $(MACHDEP) +MACHDEPS= $(MACHDEP) +LIBSUBDIRS= stdwin tkinter test $(MACHDEPS) libinstall: python $(srcdir)/Lib/$(MACHDEP) @for i in $(SCRIPTDIR) $(LIBDEST); \ do \