From: Ben Laurie Date: Sat, 18 Mar 2000 14:06:33 +0000 (+0000) Subject: Tru64 make uses the wrong directory for includes. X-Git-Tag: APACHE_2_0_ALPHA_2~63 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b6591793b015c574d60ad099927b1f08f1af1939;p=apache 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 --- diff --git a/build/build2.mk b/build/build2.mk index b727806a78..866b205449 100644 --- a/build/build2.mk +++ b/build/build2.mk @@ -60,7 +60,7 @@ # The build environment was provided by Sascha Schumann. # -include generated_lists +include $(BUILD_BASE)/generated_lists TOUCH_FILES = mkinstalldirs install-sh missing 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