1228. [bug] 'make install' did not depend on 'make all'. [RT #2559]
This commit is contained in:
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user