From: Ryan Bloom Date: Thu, 13 Sep 2001 15:57:03 +0000 (+0000) Subject: Gotta find rules.mk in the build directory, not the source. X-Git-Tag: 2.0.26~262 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5a68f25cae8174d3e3e7a396441df4ae63f9e63d;p=apache Gotta find rules.mk in the build directory, not the source. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91019 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/build/ltlib.mk b/build/ltlib.mk index d9b8e4e242..27b12e95e8 100644 --- a/build/ltlib.mk +++ b/build/ltlib.mk @@ -56,6 +56,6 @@ TARGETS = $(LTLIBRARY_NAME) -include $(top_srcdir)/build/rules.mk +include $(top_builddir)/build/rules.mk include $(top_srcdir)/build/library.mk