fix my own pr since todd is unwilling to use grep.

This commit is contained in:
christos 2002-04-03 15:41:19 +00:00
parent a07b331747
commit 00f77e5d9a

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.3 2002/02/12 19:54:16 jmc Exp $
# $NetBSD: Makefile,v 1.4 2002/04/03 15:41:19 christos Exp $
TIMESTAMP= ${TOOLDIR}/bin/nbhost-mkdep
@ -16,8 +16,7 @@ host-mkdep: configure host-mkdep.in
install: ${TIMESTAMP}
${TIMESTAMP}: host-mkdep
if [ ! -d ${TOOLDIR}/bin ]; then \
mkdir ${TOOLDIR}; \
mkdir ${TOOLDIR}/bin; \
mkdir -p ${TOOLDIR}/bin; \
fi; cp host-mkdep $@
chmod +x $@