diff options
author | Ben Laurie <ben@apache.org> | 2000-03-18 14:06:33 +0000 |
---|---|---|
committer | Ben Laurie <ben@apache.org> | 2000-03-18 14:06:33 +0000 |
commit | b6591793b015c574d60ad099927b1f08f1af1939 (patch) | |
tree | 1a5391ac8034cad0bb2db2c173cf553225020bce /buildconf | |
parent | 3355ee5a68cb40c16189b73a7c4189fbe360389c (diff) | |
download | httpd-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-x | buildconf | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1,5 +1,8 @@ #!/bin/sh +BUILD_BASE=`pwd` +export BUILD_BASE + if [ "x$@" = "x" ]; then ${MAKE:-make} -f build/build.mk else |