]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
1228. [bug] 'make install' did not depend on 'make all'. [RT #2559]
authorBrian Wellington <source@isc.org>
Mon, 11 Mar 2002 22:07:49 +0000 (22:07 +0000)
committerBrian Wellington <source@isc.org>
Mon, 11 Mar 2002 22:07:49 +0000 (22:07 +0000)
CHANGES
make/rules.in

diff --git a/CHANGES b/CHANGES
index 93102bab8d106bea2109e7ed73216e4bc8c87b78..8efbee309c0439b839dfb1986f90bf1a9a54cbf4 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -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]
index 7e99ef8cad3b5301ae865f04a6d6e2f1d1570424..2edf56115c7fdc8b5bca80f6dee64226277a38f2 100644 (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 \