# /etc/make.globals here because emake is only called from an
# ebuild.
exec ${MAKE:-make} ${MAKEOPTS} ${EXTRA_EMAKE} "$@"
if [[ -x /usr/bin/hilite ]]; then
exec /usr/bin/hilite ${MAKE:-make} ${MAKEOPTS} ${EXTRA_EMAKE} "$@"
else
fi