From: Ryan Bloom Date: Thu, 13 Sep 2001 20:54:33 +0000 (+0000) Subject: rules.mk is found in the builddir now. X-Git-Tag: 2.0.26~259 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=89f6a1f85089c2b8e2949a0d454f2e5da36b6149;p=apache rules.mk is found in the builddir now. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91023 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/build/special.mk b/build/special.mk index 2ca571a114..2f27aa6508 100644 --- a/build/special.mk +++ b/build/special.mk @@ -72,5 +72,5 @@ install-modules: done; \ fi -include $(top_srcdir)/build/rules.mk +include $(top_builddir)/build/rules.mk