mirror of
https://github.com/python/cpython.git
synced 2025-09-27 02:39:58 +00:00
Add a variable so you can easily install more than one machdep directory.
This commit is contained in:
parent
6d47298acd
commit
b8dccd29b3
1 changed files with 2 additions and 1 deletions
|
@ -193,7 +193,8 @@ maninstall:
|
||||||
|
|
||||||
# Install the library
|
# Install the library
|
||||||
LIBDEST= $(SCRIPTDIR)/python$(VERSION)
|
LIBDEST= $(SCRIPTDIR)/python$(VERSION)
|
||||||
LIBSUBDIRS= stdwin tkinter test $(MACHDEP)
|
MACHDEPS= $(MACHDEP)
|
||||||
|
LIBSUBDIRS= stdwin tkinter test $(MACHDEPS)
|
||||||
libinstall: python $(srcdir)/Lib/$(MACHDEP)
|
libinstall: python $(srcdir)/Lib/$(MACHDEP)
|
||||||
@for i in $(SCRIPTDIR) $(LIBDEST); \
|
@for i in $(SCRIPTDIR) $(LIBDEST); \
|
||||||
do \
|
do \
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue