]> granicus.if.org Git - apache/commitdiff
Tru64 make uses the wrong directory for includes.
authorBen Laurie <ben@apache.org>
Sat, 18 Mar 2000 14:06:33 +0000 (14:06 +0000)
committerBen Laurie <ben@apache.org>
Sat, 18 Mar 2000 14:06:33 +0000 (14:06 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@84793 13f79535-47bb-0310-9956-ffa450edef68

build/build2.mk
buildconf

index b727806a782b598fda77848bd7817e45f386bf2e..866b2054495da295d5ee3313d1329557229a93a0 100644 (file)
@@ -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
 
index 6e34680ce805633bf2ee1c9cb14e0873a98b811b..996ba47e52e5ecf0ab491fcabd59dad408c40ac6 100755 (executable)
--- 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