summaryrefslogtreecommitdiff
path: root/support/Makefile.in
diff options
context:
space:
mode:
authorDavid Reid <dreid@apache.org>2001-06-08 02:00:47 +0000
committerDavid Reid <dreid@apache.org>2001-06-08 02:00:47 +0000
commit50595e208bc6bbeaed205c408f6a902f08e0ceb0 (patch)
treeb8cc796d7e10f91dd407f4676d0d052f0cdaf7db /support/Makefile.in
parent4cbdb2eec0ad34c66cb91304b73c422af4fd233a (diff)
downloadhttpd-50595e208bc6bbeaed205c408f6a902f08e0ceb0.tar.gz
Small change to pass full paths instead of relatives.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@89301 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'support/Makefile.in')
-rw-r--r--support/Makefile.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/support/Makefile.in b/support/Makefile.in
index bfd9f0a084..b55d9b7cd3 100644
--- a/support/Makefile.in
+++ b/support/Makefile.in
@@ -6,7 +6,8 @@ TARGETS = $(PROGRAMS)
PROGRAM_LDADD = $(EXTRA_LDFLAGS) $(PROGRAM_DEPENDENCIES) $(EXTRA_LIBS)
PROGRAM_DEPENDENCIES = \
- ../srclib/apr-util/libaprutil.la ../srclib/apr/libapr.la
+ $(top_srcdir)/srclib/apr-util/libaprutil.la \
+ $(top_srcdir)/srclib/apr/libapr.la
include $(top_srcdir)/build/rules.mk