]> granicus.if.org Git - python/commitdiff
Add a variable so you can easily install more than one machdep directory.
authorGuido van Rossum <guido@python.org>
Tue, 30 Jul 1996 21:55:17 +0000 (21:55 +0000)
committerGuido van Rossum <guido@python.org>
Tue, 30 Jul 1996 21:55:17 +0000 (21:55 +0000)
Makefile.in

index 896d58bbb112e5f4b80c4db6fce8331ff3ec752b..77e54f663905c58d01598f2b9ba18394b444f7c9 100644 (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 \