]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
Fix recent exports.c breakage by referencing exports.c as being in
authorJustin Erenkrantz <jerenkrantz@apache.org>
Tue, 8 Oct 2002 15:12:43 +0000 (15:12 +0000)
committerJustin Erenkrantz <jerenkrantz@apache.org>
Tue, 8 Oct 2002 15:12:43 +0000 (15:12 +0000)
commit4ec39cc39b5c3dd82ab58f179036301c8eee6b5d
treeefb33b11a94c6d8f52b0264f96b9ec12e80bfca2
parent9500d8e4d8f645e33e107d15c3a9b7cec50adf6f
Fix recent exports.c breakage by referencing exports.c as being in
top_builddir rather than top_srcdir.

For VPATH builds, we must treat exports.c as being in the build tree rather
than in the source tree.  Otherwise, it won't be regenerated properly.

(FreeBSD's make does not require the explicit path, so I'm not sure why this
change was made at all.)

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97144 13f79535-47bb-0310-9956-ffa450edef68
server/Makefile.in