summaryrefslogtreecommitdiff
path: root/build_posix/makemake
diff options
context:
space:
mode:
authorMichael Cahill <michael.cahill@wiredtiger.com>2014-06-20 13:12:22 +1000
committerMichael Cahill <michael.cahill@wiredtiger.com>2014-06-20 13:12:22 +1000
commit125cc016e905579c484c445f3f2f1b9bb71f92db (patch)
tree85c76906d77da7a79b6c22cc5d114e56184854e8 /build_posix/makemake
parent424bab13a64057baf87adf8152b18ef6bfa9beff (diff)
downloadmongo-125cc016e905579c484c445f3f2f1b9bb71f92db.tar.gz
Link builtin extensions directly into libwiredtiger.la.
Diffstat (limited to 'build_posix/makemake')
-rwxr-xr-xbuild_posix/makemake2
1 files changed, 1 insertions, 1 deletions
diff --git a/build_posix/makemake b/build_posix/makemake
index 44d5571e279..6623519f7e7 100755
--- a/build_posix/makemake
+++ b/build_posix/makemake
@@ -6,7 +6,7 @@
# (in release trees, some of the subdirs might be excluded).
(sed -n '1,/BEGIN SUBDIRS/p' Make.base
-echo "SUBDIRS = ."
+echo "SUBDIRS ="
sed -e 's/#.*$//' -e '/^$/d' Make.subdirs | (while read dir cond ; do
test -d ../$dir || continue
if test -n "$cond" ; then