diff options
| author | Guido van Rossum <guido@python.org> | 2000-03-13 15:22:27 +0000 |
|---|---|---|
| committer | Guido van Rossum <guido@python.org> | 2000-03-13 15:22:27 +0000 |
| commit | 570575b1eec5f505ad40dd1e2690e4c433180364 (patch) | |
| tree | 402cc32ce48fe1ef7a1cb13b930606e45ada3276 | |
| parent | 7f1cd296c6ec370a6a8eaf5e0ac53e8c9f0548de (diff) | |
| download | cpython-git-570575b1eec5f505ad40dd1e2690e4c433180364.tar.gz | |
Added encodings to the LIBSUBDIRS variable, so that they get installed.
Noted by Michael Hudson.
| -rw-r--r-- | Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in index 3a01763acf..59e082c3ba 100644 --- a/Makefile.in +++ b/Makefile.in @@ -289,7 +289,7 @@ maninstall: # Install the library PLATDIR= plat-$(MACHDEP) MACHDEPS= $(PLATDIR) -LIBSUBDIRS= lib-old lib-tk test test/output $(MACHDEPS) +LIBSUBDIRS= lib-old lib-tk test test/output encodings $(MACHDEPS) libinstall: python $(srcdir)/Lib/$(PLATDIR) @for i in $(SCRIPTDIR) $(LIBDEST); \ do \ |
