From da114656ce2ef6df516180f8c21a0d891069fe27 Mon Sep 17 00:00:00 2001 From: Andreas Gustafsson Date: Fri, 1 Dec 2000 02:12:28 +0000 Subject: [PATCH] added placeholder Makefile.in to doc/ to force proper directory creation in the object directory tree --- Makefile.in | 4 ++-- doc/Makefile.in | 29 +++++++++++++++++++++++++++++ 2 files changed, 31 insertions(+), 2 deletions(-) create mode 100644 doc/Makefile.in diff --git a/Makefile.in b/Makefile.in index e508042ac5..06062cc311 100644 --- a/Makefile.in +++ b/Makefile.in @@ -13,7 +13,7 @@ # NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION # WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -# $Id: Makefile.in,v 1.33 2000/09/20 19:05:50 gson Exp $ +# $Id: Makefile.in,v 1.34 2000/12/01 02:12:26 gson Exp $ srcdir = @srcdir@ VPATH = @srcdir@ @@ -21,7 +21,7 @@ top_srcdir = @top_srcdir@ @BIND9_VERSION@ -SUBDIRS = make lib bin +SUBDIRS = make lib bin doc TARGETS = @BIND9_MAKE_RULES@ diff --git a/doc/Makefile.in b/doc/Makefile.in new file mode 100644 index 0000000000..b0168bd99f --- /dev/null +++ b/doc/Makefile.in @@ -0,0 +1,29 @@ +# Copyright (C) 1998-2000 Internet Software Consortium. +# +# Permission to use, copy, modify, and distribute this software for any +# purpose with or without fee is hereby granted, provided that the above +# copyright notice and this permission notice appear in all copies. +# +# THE SOFTWARE IS PROVIDED "AS IS" AND INTERNET SOFTWARE CONSORTIUM +# DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL +# IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL +# INTERNET SOFTWARE CONSORTIUM BE LIABLE FOR ANY SPECIAL, DIRECT, +# INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING +# FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, +# NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION +# WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. + +# $Id: Makefile.in,v 1.1 2000/12/01 02:12:28 gson Exp $ + +# This Makefile is a placeholder. It exists merely to make +# sure that its directory gets created in the object directory +# tree when doing a build using separate object directories. + +srcdir = @srcdir@ +VPATH = @srcdir@ +top_srcdir = @top_srcdir@ + +SUBDIRS = +TARGETS = + +@BIND9_MAKE_RULES@