From 50595e208bc6bbeaed205c408f6a902f08e0ceb0 Mon Sep 17 00:00:00 2001 From: David Reid Date: Fri, 8 Jun 2001 02:00:47 +0000 Subject: [PATCH] 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 --- support/Makefile.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- 2.50.1