Commit 108459d8 authored by Ryan Bloom's avatar Ryan Bloom
Browse files

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
parent 92bb60e2
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