summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorSascha Schumann <sascha@apache.org>2000-04-30 18:27:18 +0000
committerSascha Schumann <sascha@apache.org>2000-04-30 18:27:18 +0000
commit6a0e55e69858bac414fcc22f0cade0e80cf3a86f (patch)
treeeecc40e80b4bfc4e1f5247e38ff3f08531785387 /Makefile.in
parent998b29182f90218db342db47d102ea8f34f6fb9b (diff)
downloadhttpd-6a0e55e69858bac414fcc22f0cade0e80cf3a86f.tar.gz
Add VPATH support to Apache:
os/$(OS_DIR) is now equivalent to the old $(OS_DIR) Necessary include paths are added only in VPATH mode. Dependencies are stored in the build directory now. They contain paths which depend on the current build, and therefore they are not general. Fixed two dependencies in main/Makefile.in. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85113 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 38c4a00573..759e0f81f5 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -8,7 +8,7 @@ PROGRAM_DEPENDENCIES = \
$(BUILTIN_LIBS) \
$(MPM_LIB) \
main/libmain.la \
- $(OS_DIR)/libos.la \
+ os/$(OS_DIR)/libos.la \
ap/libap.la \
lib/apr/$(LIBPRE)apr.a \
$(REGEX_LIB)