Add a variable so you can easily install more than one machdep directory.

This commit is contained in:
Guido van Rossum 1996-07-30 21:55:17 +00:00
parent 6d47298acd
commit b8dccd29b3

View file

@ -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 \