2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-29 05:28:00 +00:00

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

it breaks builds using a separate build directory
This commit is contained in:
Andreas Gustafsson 2000-12-15 08:28:45 +00:00
parent acc63b06d9
commit 2e702906fc
2 changed files with 3 additions and 9 deletions

View File

@ -13,7 +13,7 @@
# NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION # NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION
# WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. # WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
# $Id: Makefile.in,v 1.35 2000/12/14 22:33:04 marka Exp $ # $Id: Makefile.in,v 1.36 2000/12/15 08:28:43 gson Exp $
srcdir = @srcdir@ srcdir = @srcdir@
VPATH = @srcdir@ VPATH = @srcdir@
@ -26,8 +26,6 @@ TARGETS =
@BIND9_MAKE_RULES@ @BIND9_MAKE_RULES@
Makefile: configure
distclean:: distclean::
rm -f config.cache config.h config.log config.status TAGS rm -f config.cache config.h config.log config.status TAGS
rm -f libtool isc-config.sh rm -f libtool isc-config.sh

View File

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