From ea28dde0c67b0c27e4a67767764ee21c1444c7e8 Mon Sep 17 00:00:00 2001 From: jerenkrantz Date: Mon, 22 Apr 2002 01:24:51 +0000 Subject: Allow VPATH builds to properly generate build dependencies. This requires srcdir to always be available in a Makefile, so we need to stop adding this only when we use VPATH. Change the dependency generation to use .deps instead of appending to the Makefile. This makes us consistent with the dependency style of httpd-2.0. git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@63286 13f79535-47bb-0310-9956-ffa450edef68 --- mmap/unix/Makefile.in | 2 ++ 1 file changed, 2 insertions(+) (limited to 'mmap') diff --git a/mmap/unix/Makefile.in b/mmap/unix/Makefile.in index 65e880add..11dde0670 100644 --- a/mmap/unix/Makefile.in +++ b/mmap/unix/Makefile.in @@ -1,3 +1,5 @@ +srcdir = @srcdir@ +VPATH = @srcdir@ TARGETS = mmap.lo common.lo -- cgit v1.2.1