diff options
author | Anthony Baxter <anthonybaxter@gmail.com> | 2004-07-12 09:25:18 (GMT) |
---|---|---|
committer | Anthony Baxter <anthonybaxter@gmail.com> | 2004-07-12 09:25:18 (GMT) |
commit | 1e2bd5bfb64957cf7f3a981f05cb9bb72834909c (patch) | |
tree | 30a29cd4c1d9deb76cf5562efda7a071f2a4627f /Makefile.pre.in | |
parent | 5e9e9e19f7fae86e5d234a5cd8386bc6e34a36ab (diff) | |
download | cpython-1e2bd5bfb64957cf7f3a981f05cb9bb72834909c.zip cpython-1e2bd5bfb64957cf7f3a981f05cb9bb72834909c.tar.gz cpython-1e2bd5bfb64957cf7f3a981f05cb9bb72834909c.tar.bz2 |
install test/decimaltestdata as well
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 8ac3143..10a3f45 100644 --- a/Makefile.pre.in +++ b/Makefile.pre.in @@ -658,6 +658,7 @@ PLATMACDIRS= plat-mac plat-mac/Carbon plat-mac/lib-scriptpackages \ plat-mac/lib-scriptpackages/Terminal PLATMACPATH=:plat-mac:plat-mac/lib-scriptpackages LIBSUBDIRS= lib-old lib-tk site-packages test test/output test/data \ + test/decimaltestdata \ encodings email email/test email/test/data compiler hotshot \ logging bsddb bsddb/test csv idlelib idlelib/Icons \ distutils distutils/command $(XMLLIBSUBDIRS) curses $(MACHDEPS) |