summaryrefslogtreecommitdiffstats
path: root/server
diff options
context:
space:
mode:
authorRyan Bloom <rbb@apache.org>2001-09-13 08:49:09 +0200
committerRyan Bloom <rbb@apache.org>2001-09-13 08:49:09 +0200
commit73f768d207ff566907fc1285e0ecdb9fd873f83d (patch)
tree73e71a26d919a61516e0c704e7f54ceba5997235 /server
parentMention of logrotate as an alternative to HostnameLookups (diff)
downloadapache2-73f768d207ff566907fc1285e0ecdb9fd873f83d.tar.xz
apache2-73f768d207ff566907fc1285e0ecdb9fd873f83d.zip
rules.mk is stored in $(top_blddir). Without this change, VPATH builds
stop working. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91017 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'server')
-rw-r--r--server/Makefile.in2
-rw-r--r--server/mpm/Makefile.in2
2 files changed, 2 insertions, 2 deletions
diff --git a/server/Makefile.in b/server/Makefile.in
index 4f9067714a..bc872a35f4 100644
--- a/server/Makefile.in
+++ b/server/Makefile.in
@@ -19,7 +19,7 @@ LTLIBRARY_SOURCES = \
TARGETS = delete-exports $(LTLIBRARY_NAME) $(CORE_IMPLIB_FILE) export_vars.h httpd.exp
-include $(top_srcdir)/build/rules.mk
+include $(top_builddir)/build/rules.mk
include $(top_srcdir)/build/library.mk
gen_test_char_OBJECTS = gen_test_char.lo util_debug.lo
diff --git a/server/mpm/Makefile.in b/server/mpm/Makefile.in
index b68fee5cd7..38d6bd3be7 100644
--- a/server/mpm/Makefile.in
+++ b/server/mpm/Makefile.in
@@ -1,4 +1,4 @@
SUBDIRS = $(MPM_NAME)
-include $(top_srcdir)/build/rules.mk
+include $(top_builddir)/build/rules.mk