From 5a68f25cae8174d3e3e7a396441df4ae63f9e63d Mon Sep 17 00:00:00 2001 From: Ryan Bloom Date: Thu, 13 Sep 2001 15:57:03 +0000 Subject: [PATCH] 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 --- build/ltlib.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.40.0