diff options
-rw-r--r-- | Makefile.in | 3 |
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 \ |