mirror of https://github.com/python/cpython
Add a variable so you can easily install more than one machdep directory.
This commit is contained in:
parent
6d47298acd
commit
b8dccd29b3
|
@ -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 \
|
||||
|
|
Loading…
Reference in New Issue