summaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>1996-07-30 21:55:17 (GMT)
committerGuido van Rossum <guido@python.org>1996-07-30 21:55:17 (GMT)
commitb8dccd29b375a09e4e5e5207d2e5e11e9a14443c (patch)
tree9e51721d099eec552170183386243fed9f93a050 /Makefile.in
parent6d47298acd9024580990cb2c187e9e3cb79649b1 (diff)
downloadcpython-b8dccd29b375a09e4e5e5207d2e5e11e9a14443c.zip
cpython-b8dccd29b375a09e4e5e5207d2e5e11e9a14443c.tar.gz
cpython-b8dccd29b375a09e4e5e5207d2e5e11e9a14443c.tar.bz2
Add a variable so you can easily install more than one machdep directory.
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index 896d58b..77e54f6 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -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 \