diff options
author | Ryan Bloom <rbb@apache.org> | 2001-09-13 17:57:03 +0200 |
---|---|---|
committer | Ryan Bloom <rbb@apache.org> | 2001-09-13 17:57:03 +0200 |
commit | 5a68f25cae8174d3e3e7a396441df4ae63f9e63d (patch) | |
tree | a38ce9084d6b9425e7f69538cb37cd6c645dc809 /build/ltlib.mk | |
parent | Remove mod_tls from the Windows project file. (diff) | |
download | apache2-5a68f25cae8174d3e3e7a396441df4ae63f9e63d.tar.xz apache2-5a68f25cae8174d3e3e7a396441df4ae63f9e63d.zip |
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
Diffstat (limited to 'build/ltlib.mk')
-rw-r--r-- | build/ltlib.mk | 2 |
1 files changed, 1 insertions, 1 deletions
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 |