Make misc.h depend on makeerrnos.sh, to ease UPDATE builds after the

latest change to support WARNS=3.
This commit is contained in:
he 2005-07-17 15:48:28 +00:00
parent 57ffd27623
commit a052596ae7
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.19 2005/07/17 09:45:50 he Exp $
# $NetBSD: Makefile,v 1.20 2005/07/17 15:48:28 he Exp $
NOMAN= # defined
@ -17,7 +17,7 @@ LDSTATIC?=-static
.endif
dump.c misc.c: misc.h
misc.h: ${DESTDIR}/usr/include/sys/errno.h \
misc.h: ${DESTDIR}/usr/include/sys/errno.h makeerrnos.sh \
${DESTDIR}/usr/include/sys/signal.h
${_MKTARGET_CREATE}
CPP=${CPP:Q} CPPFLAGS=${CPPFLAGS:Q} \