detect when you need to re-run configure / config.status.

This commit is contained in:
Mark Andrews 2000-12-14 22:33:05 +00:00
parent ddc9b4f5f7
commit 8923ca9a52
2 changed files with 9 additions and 3 deletions

View file

@ -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.34 2000/12/01 02:12:26 gson Exp $
# $Id: Makefile.in,v 1.35 2000/12/14 22:33:04 marka Exp $
srcdir = @srcdir@
VPATH = @srcdir@
@ -26,6 +26,8 @@ TARGETS =
@BIND9_MAKE_RULES@
Makefile: configure
distclean::
rm -f config.cache config.h config.log config.status TAGS
rm -f libtool isc-config.sh

View file

@ -13,7 +13,7 @@
# NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION
# WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
# $Id: rules.in,v 1.23 2000/11/09 17:49:37 gson Exp $
# $Id: rules.in,v 1.24 2000/12/14 22:33:05 marka Exp $
###
### Common Makefile rules for BIND 9.
@ -46,7 +46,11 @@ top_builddir = @BIND9_TOP_BUILDDIR@
### Makefile may define:
### TARGETS
all: subdirs ${TARGETS}
all: Makefile subdirs ${TARGETS}
Makefile: Makefile.in
@echo Re-run configure.
@exit 1
###
### Subdirectories