summaryrefslogtreecommitdiff
path: root/build_posix
diff options
context:
space:
mode:
authorMichael Cahill <michael.cahill@wiredtiger.com>2011-02-18 17:41:59 +1100
committerMichael Cahill <michael.cahill@wiredtiger.com>2011-02-18 17:41:59 +1100
commita83d101100028a5a6f194518aecdbd91b367c3ec (patch)
tree81ad64479a9565bfb97de1ee37f9ac880d08eeac /build_posix
parent91d8562fcae9267a5a26eb8f509434c02b61f6e1 (diff)
downloadmongo-a83d101100028a5a6f194518aecdbd91b367c3ec.tar.gz
Make the dummy prototype file in the build directory.
Diffstat (limited to 'build_posix')
-rw-r--r--build_posix/Make.base2
1 files changed, 1 insertions, 1 deletions
diff --git a/build_posix/Make.base b/build_posix/Make.base
index f292ac587bc..3c7b6aaa21e 100644
--- a/build_posix/Make.base
+++ b/build_posix/Make.base
@@ -21,4 +21,4 @@ Makefile.am: Make.base makemake ../dist/filelist
../src/include/extern.h: prototype.chk
prototype.chk: $(libwiredtiger_a_SOURCES)
- @cd ../dist && sh s_prototypes && touch $@
+ @(cd ../dist && sh s_prototypes) && touch $@