diff options
author | Ryan Bloom <rbb@apache.org> | 2001-09-13 08:49:09 +0200 |
---|---|---|
committer | Ryan Bloom <rbb@apache.org> | 2001-09-13 08:49:09 +0200 |
commit | 73f768d207ff566907fc1285e0ecdb9fd873f83d (patch) | |
tree | 73e71a26d919a61516e0c704e7f54ceba5997235 /srclib | |
parent | Mention of logrotate as an alternative to HostnameLookups (diff) | |
download | apache2-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 'srclib')
-rw-r--r-- | srclib/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/srclib/Makefile.in b/srclib/Makefile.in index cfa33a69ed..84b158b850 100644 --- a/srclib/Makefile.in +++ b/srclib/Makefile.in @@ -3,4 +3,4 @@ SUBDIRS = $(AP_LIB_DIRS) pcre BUILD_SUBDIRS = apr apr-util CLEAN_SUBDIRS = apr-util apr -include $(top_srcdir)/build/rules.mk +include $(top_builddir)/build/rules.mk |