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
This commit is contained in:
Sascha Schumann
2000-04-30 15:49:32 +00:00
parent 0ce9111af4
commit 88fdb2fda3

View File

@ -1,4 +1,4 @@
SUBDIRS = $(top_srcdir)/$(OS_DIR)
SUBDIRS = $(top_builddir)/$(OS_DIR)
include $(top_srcdir)/build/rules.mk