mirror of
https://github.com/apache/httpd.git
synced 2025-08-20 16:09:55 +00:00
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:
@ -1,4 +1,4 @@
|
||||
|
||||
SUBDIRS = $(top_srcdir)/$(OS_DIR)
|
||||
SUBDIRS = $(top_builddir)/$(OS_DIR)
|
||||
|
||||
include $(top_srcdir)/build/rules.mk
|
||||
|
Reference in New Issue
Block a user