summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSascha Schumann <sascha@apache.org>2000-04-30 15:49:32 +0000
committerSascha Schumann <sascha@apache.org>2000-04-30 15:49:32 +0000
commit88fdb2fda39477cf0dce529ff0e9a16af16b52a6 (patch)
tree2eddce5873c37e314ae28dd83a3d522e482bb048
parent0ce9111af4f3231fec1f71a586a033c07b55a788 (diff)
downloadhttpd-88fdb2fda39477cf0dce529ff0e9a16af16b52a6.tar.gz
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
-rw-r--r--os/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/os/Makefile.in b/os/Makefile.in
index 00fae216e6..8d1105c0f2 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