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
1 changed files with 2 additions and 1 deletions

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 \