diff options
author | Ruslan Ermilov <ru@FreeBSD.org> | 2008-01-22 15:57:57 +0000 |
---|---|---|
committer | Ruslan Ermilov <ru@FreeBSD.org> | 2008-01-22 15:57:57 +0000 |
commit | 68c5515fe8499d67ee85f7c167c86a71e8fb1dcc (patch) | |
tree | 92f8aaa847062d3922aa1f2f72eb4f10c86a34dd | |
parent | 57d7cfec678d6c09cf663e8d04cbdf8a1d197fa0 (diff) | |
download | src-68c5515fe8499d67ee85f7c167c86a71e8fb1dcc.tar.gz src-68c5515fe8499d67ee85f7c167c86a71e8fb1dcc.zip |
Cleanup after last commit (remove undefined variables).
Notes
Notes:
svn path=/head/; revision=175566
-rw-r--r-- | Makefile.inc1 | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/Makefile.inc1 b/Makefile.inc1 index eef31fefd8e8..a1a852fe0664 100644 --- a/Makefile.inc1 +++ b/Makefile.inc1 @@ -881,19 +881,13 @@ bootstrap-tools: ${_strfile} \ ${_gperf} \ ${_groff} \ - ${_texinfo} \ - ${_cap_mkdb} \ - ${_colldef} \ - ${_gencat} \ usr.bin/lorder \ usr.bin/makewhatis \ - ${_mklocale} \ usr.bin/rpcgen \ usr.bin/xinstall \ ${_gensnmptree} \ usr.sbin/config \ - ${_crunchgen} \ - ${_pwd_mkdb} + ${_crunchgen} ${_+_}@${ECHODIR} "===> ${_tool} (obj,depend,all,install)"; \ cd ${.CURDIR}/${_tool}; \ ${MAKE} DIRPRFX=${_tool}/ obj; \ |