# $NetBSD: Makefile,v 1.8 2003/08/11 19:26:06 jmc Exp $ TIMESTAMP= ${TOOLDIR}/bin/${_TOOL_PREFIX}host-mkdep CLEANFILES+= config.cache config.log config.status host-mkdep .include realall: host-mkdep host-mkdep: configure host-mkdep.in -rm -f $@ CC=${HOST_CC:Q} sh ${.CURDIR}/configure --cache-file=config.cache chmod +x $@ # This is the only program that comes before binstall. install: ${TIMESTAMP} ${TIMESTAMP}: host-mkdep mkdir -p ${TOOLDIR}/bin cp host-mkdep $@ chmod +x $@ # Run by hand, then "configure" script committed: regen: cd ${.CURDIR} && ${TOOLDIR}/bin/${_TOOL_PREFIX}autoconf