From 4ac29d1e8a8a1fca8edd06a0fd3a254b7297baa1 Mon Sep 17 00:00:00 2001 From: Marcel Moolenaar Date: Sun, 12 Dec 1999 22:24:08 +0000 Subject: [PATCH] Add colldef to the list of tools. It's needed on older systems. --- Makefile.inc1 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile.inc1 b/Makefile.inc1 index 7e52d0b10016..4a22e3622da4 100644 --- a/Makefile.inc1 +++ b/Makefile.inc1 @@ -343,8 +343,8 @@ _aout_tools= usr.bin/size usr.bin/strip gnu/usr.bin/as gnu/usr.bin/ld tools:: .for _tool in ${_strfile} ${_aout_tools} usr.bin/gensetdefs \ - gnu/usr.bin/binutils usr.bin/objformat usr.bin/yacc gnu/usr.bin/bison \ - gnu/usr.bin/cc + gnu/usr.bin/binutils usr.bin/objformat usr.bin/yacc usr.bin/colldef \ + gnu/usr.bin/bison gnu/usr.bin/cc cd ${.CURDIR}/${_tool}; \ ${MAKE} obj; \ ${MAKE} depend; \