From: Sascha Schumann Date: Sun, 30 Apr 2000 15:49:32 +0000 (+0000) Subject: We want to build in the build dir, not the src dir. X-Git-Tag: APACHE_2_0_ALPHA_4~218 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=88fdb2fda39477cf0dce529ff0e9a16af16b52a6;p=thirdparty%2Fapache%2Fhttpd.git We want to build in the build dir, not the src dir. s/top_srcdir/top_builddir/ git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85109 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/os/Makefile.in b/os/Makefile.in index 00fae216e67..8d1105c0f2c 100644 --- a/os/Makefile.in +++ b/os/Makefile.in @@ -1,4 +1,4 @@ -SUBDIRS = $(top_srcdir)/$(OS_DIR) +SUBDIRS = $(top_builddir)/$(OS_DIR) include $(top_srcdir)/build/rules.mk