Revert my changes to make gperf a build-tool; that was the wrong thing.

All builds had been broken; now just upgrade builds are until I or
someone else can figure out the Right Thing.
This commit is contained in:
Garrett Wollman 2000-04-27 19:38:57 +00:00
parent 5e8fc2d2d3
commit 095a235e17
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=59705

View File

@ -523,8 +523,8 @@ _libkrb5= kerberos5/lib/libroken kerberos5/lib/libasn1 kerberos5/lib/libhdb \
.endif
build-tools:
.for _tool in bin/sh ${_games} gnu/usr.bin/gperf gnu/usr.bin/cc/cc_tools \
${_fortran} ${_libroken4} ${_libkrb5} lib/libncurses ${_share}
.for _tool in bin/sh ${_games} gnu/usr.bin/cc/cc_tools ${_fortran} \
${_libroken4} ${_libkrb5} lib/libncurses ${_share}
cd ${.CURDIR}/${_tool}; ${MAKE} build-tools
.endfor