diff options
author | Barry Warsaw <barry@python.org> | 2003-01-20 01:13:21 (GMT) |
---|---|---|
committer | Barry Warsaw <barry@python.org> | 2003-01-20 01:13:21 (GMT) |
commit | 2c71ad3d72c457ff5fad609657b3d5676f297270 (patch) | |
tree | a8be9a29eff47f3c856e0c5d9e2a4e60e46306a7 /Makefile.pre.in | |
parent | e28be5968683241e4a785108a0023fc49ecbb03a (diff) | |
download | cpython-2c71ad3d72c457ff5fad609657b3d5676f297270.zip cpython-2c71ad3d72c457ff5fad609657b3d5676f297270.tar.gz cpython-2c71ad3d72c457ff5fad609657b3d5676f297270.tar.bz2 |
Install email/test, email/test/data and bsddb/test subdirectories.
Diffstat (limited to 'Makefile.pre.in')
-rw-r--r-- | Makefile.pre.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.pre.in b/Makefile.pre.in index c7c4156..63f03c4 100644 --- a/Makefile.pre.in +++ b/Makefile.pre.in @@ -621,7 +621,8 @@ PLATMACDIRS= plat-mac plat-mac/Carbon plat-mac/lib-scriptpackages \ plat-mac/lib-scriptpackages/StdSuites \ plat-mac/lib-scriptpackages/Terminal LIBSUBDIRS= lib-old lib-tk site-packages test test/output test/data \ - encodings email compiler hotshot logging bsddb \ + encodings email email/test email/test/data compiler hotshot \ + logging bsddb bsddb/test \ distutils distutils/command $(XMLLIBSUBDIRS) curses $(MACHDEPS) libinstall: $(BUILDPYTHON) $(srcdir)/Lib/$(PLATDIR) @for i in $(SCRIPTDIR) $(LIBDEST); \ |