diff options
author | Andrew M. Kuchling <amk@amk.ca> | 2001-09-28 20:29:15 (GMT) |
---|---|---|
committer | Andrew M. Kuchling <amk@amk.ca> | 2001-09-28 20:29:15 (GMT) |
commit | 76d62b4e7920902170ce72b3f2b6c48a6be6f885 (patch) | |
tree | bc0b5630bbfea6c8d5fb203637f3f607567d471a /Makefile.pre.in | |
parent | 575712eaca34cc8f9d712f690aec5442fe33031e (diff) | |
download | cpython-76d62b4e7920902170ce72b3f2b6c48a6be6f885.zip cpython-76d62b4e7920902170ce72b3f2b6c48a6be6f885.tar.gz cpython-76d62b4e7920902170ce72b3f2b6c48a6be6f885.tar.bz2 |
Install the new compiler and email packages
Diffstat (limited to 'Makefile.pre.in')
-rw-r--r-- | Makefile.pre.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.pre.in b/Makefile.pre.in index d988d2a..53748ee 100644 --- a/Makefile.pre.in +++ b/Makefile.pre.in @@ -576,6 +576,7 @@ PLATDIR= plat-$(MACHDEP) MACHDEPS= $(PLATDIR) XMLLIBSUBDIRS= xml xml/dom xml/parsers xml/sax LIBSUBDIRS= lib-old lib-tk site-packages test test/output encodings \ + email compiler \ distutils distutils/command $(XMLLIBSUBDIRS) curses $(MACHDEPS) libinstall: $(PYTHON) $(srcdir)/Lib/$(PLATDIR) @for i in $(SCRIPTDIR) $(LIBDEST); \ |