2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-31 06:25:31 +00:00

1228. [bug] 'make install' did not depend on 'make all'. [RT #2559]

This commit is contained in:
Brian Wellington
2002-03-11 22:07:49 +00:00
parent 81e805888b
commit cceca51fec
2 changed files with 5 additions and 1 deletions

View File

@@ -1,3 +1,5 @@
1228. [bug] 'make install' did not depend on 'make all'. [RT #2559]
1227. [bug] dns_lex_getmastertoken() now returns ISC_R_BADNUMBER
if a number was expected and some other token was
found. [RT#2532]

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.41 2001/09/14 20:23:53 gson Exp $
# $Id: rules.in,v 1.42 2002/03/11 22:07:49 bwelling Exp $
###
### Common Makefile rules for BIND 9.
@@ -70,6 +70,8 @@ subdirs:
fi; \
done
install:: all
install clean distclean maintainer-clean doc docclean man manclean::
@for i in ${ALL_SUBDIRS}; do \
if [ "$$i" != "nulldir" -a -d $$i ]; then \