Commit b8dccd29 authored by Guido van Rossum's avatar Guido van Rossum

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

parent 6d47298a
...@@ -193,7 +193,8 @@ maninstall: ...@@ -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 \
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment