From: David Reid Date: Fri, 8 Jun 2001 02:00:47 +0000 (+0000) Subject: Small change to pass full paths instead of relatives. X-Git-Tag: 2.0.19~114 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=50595e208bc6bbeaed205c408f6a902f08e0ceb0;p=thirdparty%2Fapache%2Fhttpd.git 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 --- diff --git a/support/Makefile.in b/support/Makefile.in index bfd9f0a0840..b55d9b7cd36 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