diff options
author | Michael Cahill <michael.cahill@wiredtiger.com> | 2011-04-26 15:46:48 +1000 |
---|---|---|
committer | Michael Cahill <michael.cahill@wiredtiger.com> | 2011-04-26 15:46:48 +1000 |
commit | a2e34fae2752c543c1121eb2ebd9bd548f916df5 (patch) | |
tree | 98b0b8b9fbe7b648d13ee0c0cd44cf3b36b96e80 /build_posix/Make.base | |
parent | 8735c161132f1fdb86310b9d5e77888f2bffe129 (diff) | |
download | mongo-a2e34fae2752c543c1121eb2ebd9bd548f916df5.tar.gz |
Keep the Python sources in lang/python: that's what we will want to distribute.
Diffstat (limited to 'build_posix/Make.base')
-rw-r--r-- | build_posix/Make.base | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/build_posix/Make.base b/build_posix/Make.base index 285524912a6..9b339c9dd90 100644 --- a/build_posix/Make.base +++ b/build_posix/Make.base @@ -28,7 +28,6 @@ prototype.chk: $(libwiredtiger_a_SOURCES) if PYTHON if DEBUG PY_SETUP_DEBUG = -g -wiredtiger_wrap_o_CFLAGS = -g endif all-local: _wiredtiger.so endif |