summaryrefslogtreecommitdiff
path: root/dso
diff options
context:
space:
mode:
authorJustin Erenkrantz <jerenkrantz@apache.org>2002-04-22 01:24:51 +0000
committerJustin Erenkrantz <jerenkrantz@apache.org>2002-04-22 01:24:51 +0000
commit8f30b28fdfc018962725b1c3f1fb2932e8369d8b (patch)
tree544a59affb9a1ed79c8e9f5d1b32f3caa6e63f9b /dso
parentce55714d92a3fc23298a4de2afeb15562f8e1c8e (diff)
downloadapr-8f30b28fdfc018962725b1c3f1fb2932e8369d8b.tar.gz
Allow VPATH builds to properly generate build dependencies. This requires
srcdir to always be available in a Makefile, so we need to stop adding this only when we use VPATH. Change the dependency generation to use .deps instead of appending to the Makefile. This makes us consistent with the dependency style of httpd-2.0. git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@63286 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'dso')
-rw-r--r--dso/aix/Makefile.in2
-rw-r--r--dso/beos/Makefile.in2
-rw-r--r--dso/os2/Makefile.in2
-rw-r--r--dso/os390/Makefile.in2
-rw-r--r--dso/unix/Makefile.in2
5 files changed, 10 insertions, 0 deletions
diff --git a/dso/aix/Makefile.in b/dso/aix/Makefile.in
index fe018d7d4..7d42bdedf 100644
--- a/dso/aix/Makefile.in
+++ b/dso/aix/Makefile.in
@@ -1,3 +1,5 @@
+srcdir = @srcdir@
+VPATH = @srcdir@
TARGETS = dso.lo
diff --git a/dso/beos/Makefile.in b/dso/beos/Makefile.in
index 7599158d2..02326f80e 100644
--- a/dso/beos/Makefile.in
+++ b/dso/beos/Makefile.in
@@ -1,3 +1,5 @@
+srcdir = @srcdir@
+VPATH = @srcdir@
TARGETS = dso.lo
diff --git a/dso/os2/Makefile.in b/dso/os2/Makefile.in
index fe018d7d4..7d42bdedf 100644
--- a/dso/os2/Makefile.in
+++ b/dso/os2/Makefile.in
@@ -1,3 +1,5 @@
+srcdir = @srcdir@
+VPATH = @srcdir@
TARGETS = dso.lo
diff --git a/dso/os390/Makefile.in b/dso/os390/Makefile.in
index fe018d7d4..7d42bdedf 100644
--- a/dso/os390/Makefile.in
+++ b/dso/os390/Makefile.in
@@ -1,3 +1,5 @@
+srcdir = @srcdir@
+VPATH = @srcdir@
TARGETS = dso.lo
diff --git a/dso/unix/Makefile.in b/dso/unix/Makefile.in
index 21cac34c2..89c6b25b6 100644
--- a/dso/unix/Makefile.in
+++ b/dso/unix/Makefile.in
@@ -1,3 +1,5 @@
+srcdir = @srcdir@
+VPATH = @srcdir@
TARGETS = dso.lo