mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-28 21:17:54 +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:
parent
acc63b06d9
commit
2e702906fc
@ -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.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@
|
||||
VPATH = @srcdir@
|
||||
@ -26,8 +26,6 @@ TARGETS =
|
||||
|
||||
@BIND9_MAKE_RULES@
|
||||
|
||||
Makefile: configure
|
||||
|
||||
distclean::
|
||||
rm -f config.cache config.h config.log config.status TAGS
|
||||
rm -f libtool isc-config.sh
|
||||
|
@ -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.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.
|
||||
@ -46,11 +46,7 @@ top_builddir = @BIND9_TOP_BUILDDIR@
|
||||
### Makefile may define:
|
||||
### TARGETS
|
||||
|
||||
all: Makefile subdirs ${TARGETS}
|
||||
|
||||
Makefile: Makefile.in
|
||||
@echo Re-run configure.
|
||||
@exit 1
|
||||
all: subdirs ${TARGETS}
|
||||
|
||||
###
|
||||
### Subdirectories
|
||||
|
Loading…
x
Reference in New Issue
Block a user