From: Ryan Bloom Date: Fri, 14 Sep 2001 17:43:03 +0000 (+0000) Subject: rules.mk is found in the build directory, not the src dir. X-Git-Tag: 2.0.26~257 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1fc2c385f0dab32aa42f3f556139f0c4d21801c9;p=apache rules.mk is found in the build directory, not the src dir. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91025 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