summaryrefslogtreecommitdiffstats
path: root/Makefile.inc1
diff options
context:
space:
mode:
authorwollman <wollman@FreeBSD.org>2000-04-27 19:38:57 +0000
committerwollman <wollman@FreeBSD.org>2000-04-27 19:38:57 +0000
commit1aa2c61215213c40a593cde2b923768aa9eccc13 (patch)
tree5a263db2dd1d71a7bdf198f706b2aa0d7f72b47b /Makefile.inc1
parent6eed67e4a40a8e53dba3ab4e63e0b1d5be6abe6e (diff)
downloadFreeBSD-src-1aa2c61215213c40a593cde2b923768aa9eccc13.zip
FreeBSD-src-1aa2c61215213c40a593cde2b923768aa9eccc13.tar.gz
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.
Diffstat (limited to 'Makefile.inc1')
-rw-r--r--Makefile.inc14
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.inc1 b/Makefile.inc1
index 2e42ce3..c41dbe5 100644
--- a/Makefile.inc1
+++ b/Makefile.inc1
@@ -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
OpenPOWER on IntegriCloud