From 734620334b7a66a42bb3a100d4a3b5ba9241e6da Mon Sep 17 00:00:00 2001 From: marcel Date: Sun, 12 Dec 1999 22:24:08 +0000 Subject: Add colldef to the list of tools. It's needed on older systems. --- Makefile.inc1 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile.inc1') diff --git a/Makefile.inc1 b/Makefile.inc1 index 7e52d0b..4a22e36 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; \ -- cgit v1.1