summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorRyan Bloom <rbb@apache.org>2001-09-13 06:49:09 +0000
committerRyan Bloom <rbb@apache.org>2001-09-13 06:49:09 +0000
commit73f768d207ff566907fc1285e0ecdb9fd873f83d (patch)
tree73e71a26d919a61516e0c704e7f54ceba5997235 /Makefile.in
parent366797b86a7c209e4f04c42728aad5fd8a4f7b1d (diff)
downloadhttpd-73f768d207ff566907fc1285e0ecdb9fd873f83d.tar.gz
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 'Makefile.in')
-rw-r--r--Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index e52491a832..01e918cac1 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -24,7 +24,7 @@ DISTCLEAN_TARGETS = include/ap_config_auto.h include/ap_config_path.h \
modules.c config.cache config.log config.status config_vars.mk
EXTRACLEAN_TARGETS = configure include/ap_config_auto.h.in generated_lists
-include $(top_srcdir)/build/rules.mk
+include $(top_builddir)/build/rules.mk
include $(top_srcdir)/build/program.mk
install-conf: