summaryrefslogtreecommitdiff
path: root/build_posix/makemake
diff options
context:
space:
mode:
authorMichael Cahill <michael.cahill@wiredtiger.com>2011-09-14 08:04:52 +1000
committerMichael Cahill <michael.cahill@wiredtiger.com>2011-09-14 08:04:52 +1000
commitc55c541491b33a3a7df1dde1e1dbf770d56f50cb (patch)
tree20911a4e57c389846d139702a6a051d4a62d474d /build_posix/makemake
parent9977afda6046de0b35a0a168ac4eb5bf26ad85de (diff)
downloadmongo-c55c541491b33a3a7df1dde1e1dbf770d56f50cb.tar.gz
Make paths to utility sources explicit so VPATH is no longer required.
--HG-- extra : rebase_source : 6b23d41f35349db8e6c64ad2861356baa38322ac
Diffstat (limited to 'build_posix/makemake')
-rwxr-xr-xbuild_posix/makemake7
1 files changed, 1 insertions, 6 deletions
diff --git a/build_posix/makemake b/build_posix/makemake
index bf54ba2af4b..113b3025be6 100755
--- a/build_posix/makemake
+++ b/build_posix/makemake
@@ -15,9 +15,4 @@ set_sources()
-e '$s/ \\$//' < $filelist
}
-set_vpath()
-{
- echo 'VPATH = $(srcdir):$(srcdir)/src/utilities'
-}
-
-(cat Make.base; set_vpath; set_sources) > ../Makefile.am
+(cat Make.base; set_sources) > ../Makefile.am