Commit 37e98d0d authored by Ryan Bloom's avatar Ryan Bloom
Browse files

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
parent d5fdbe4f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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