summaryrefslogtreecommitdiff
path: root/build_posix/Make.base
diff options
context:
space:
mode:
authorMichael Cahill <michael.cahill@wiredtiger.com>2011-04-26 15:46:48 +1000
committerMichael Cahill <michael.cahill@wiredtiger.com>2011-04-26 15:46:48 +1000
commita2e34fae2752c543c1121eb2ebd9bd548f916df5 (patch)
tree98b0b8b9fbe7b648d13ee0c0cd44cf3b36b96e80 /build_posix/Make.base
parent8735c161132f1fdb86310b9d5e77888f2bffe129 (diff)
downloadmongo-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.base1
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