summaryrefslogtreecommitdiff
path: root/buildconf
diff options
context:
space:
mode:
authorBen Laurie <ben@apache.org>2000-03-18 14:06:33 +0000
committerBen Laurie <ben@apache.org>2000-03-18 14:06:33 +0000
commitb6591793b015c574d60ad099927b1f08f1af1939 (patch)
tree1a5391ac8034cad0bb2db2c173cf553225020bce /buildconf
parent3355ee5a68cb40c16189b73a7c4189fbe360389c (diff)
downloadhttpd-b6591793b015c574d60ad099927b1f08f1af1939.tar.gz
Tru64 make uses the wrong directory for includes.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@84793 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'buildconf')
-rwxr-xr-xbuildconf3
1 files changed, 3 insertions, 0 deletions
diff --git a/buildconf b/buildconf
index 6e34680ce8..996ba47e52 100755
--- a/buildconf
+++ b/buildconf
@@ -1,5 +1,8 @@
#!/bin/sh
+BUILD_BASE=`pwd`
+export BUILD_BASE
+
if [ "x$@" = "x" ]; then
${MAKE:-make} -f build/build.mk
else