From 88fdb2fda39477cf0dce529ff0e9a16af16b52a6 Mon Sep 17 00:00:00 2001 From: Sascha Schumann Date: Sun, 30 Apr 2000 15:49:32 +0000 Subject: [PATCH] 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 --- os/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.50.1