summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorWilliam A. Rowe Jr <wrowe@apache.org>2008-05-02 17:04:46 +0000
committerWilliam A. Rowe Jr <wrowe@apache.org>2008-05-02 17:04:46 +0000
commit64231e19c5d12a24277c6c4dabfea729743431ca (patch)
treea243b4fb4d96129a30c8bc6c66a8d26fc134de54 /Makefile.in
parentdbaa827508724592f3231874706432e7df8215fd (diff)
downloadapr-64231e19c5d12a24277c6c4dabfea729743431ca.tar.gz
Correct BeOS VPATH build for 1.x
PR: 44362 Submitted by: <andreas.faerber web.de> git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@652824 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index a1b786e99..5dcb4bad3 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -18,7 +18,7 @@ APR_MAJOR_VERSION=@APR_MAJOR_VERSION@
INCDIR=./include
OSDIR=$(top_srcdir)/include/arch/@OSDIR@
DEFOSDIR=$(INCDIR)/arch/@DEFAULT_OSDIR@
-INCLUDES=-I$(INCDIR) -I$(OSDIR) -I$(DEFOSDIR) -I$(top_srcdir)/include
+INCLUDES=-I$(INCDIR) -I$(OSDIR) -I$(DEFOSDIR) -I$(top_srcdir)/include/arch/@DEFAULT_OSDIR@ -I$(top_srcdir)/include
#
# Macros for target determination