]> granicus.if.org Git - apache/commitdiff
We want to build in the build dir, not the src dir.
authorSascha Schumann <sascha@apache.org>
Sun, 30 Apr 2000 15:49:32 +0000 (15:49 +0000)
committerSascha Schumann <sascha@apache.org>
Sun, 30 Apr 2000 15:49:32 +0000 (15:49 +0000)
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

index 00fae216e67a7d515804d7e222e182586aec3fe4..8d1105c0f2c90a1d14169c6d2e663ae9be14311e 100644 (file)
@@ -1,4 +1,4 @@
 
-SUBDIRS = $(top_srcdir)/$(OS_DIR)
+SUBDIRS = $(top_builddir)/$(OS_DIR)
 
 include $(top_srcdir)/build/rules.mk