]> granicus.if.org Git - apache/commitdiff
rules.mk is found in the build directory, not the src dir.
authorRyan Bloom <rbb@apache.org>
Fri, 14 Sep 2001 17:43:03 +0000 (17:43 +0000)
committerRyan Bloom <rbb@apache.org>
Fri, 14 Sep 2001 17:43:03 +0000 (17:43 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91025 13f79535-47bb-0310-9956-ffa450edef68

build/ltlib.mk

index d9b8e4e2429e596cdea6fa093d644d8e00112f33..27b12e95e89f53269f9ad4d421085fe17cdbf826 100644 (file)
@@ -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