mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-11 13:20:00 -04:00
Makefile.in did not devine VPATH, which caused Marks's
makefile-out-of-date hack to fail when using a separate build directory
This commit is contained in:
parent
8c18a5cfc2
commit
0f5542c35c
1 changed files with 6 additions and 1 deletions
|
|
@ -13,9 +13,14 @@
|
|||
# NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION
|
||||
# WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
||||
|
||||
# $Id: Makefile.in,v 1.21 2000/12/01 02:17:15 gson Exp $
|
||||
# $Id: Makefile.in,v 1.22 2000/12/15 01:40:40 gson Exp $
|
||||
|
||||
srcdir = @srcdir@
|
||||
VPATH = @srcdir@
|
||||
top_srcdir = @top_srcdir@
|
||||
|
||||
@BIND9_INCLUDES@
|
||||
|
||||
SUBDIRS = lwresd
|
||||
TARGETS =
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue