Correct the dependency; makeerrnos.sh generates misc.c and misc.h. dump.c

is never involved there.  Those dependency has been wrong since Rev. 1.1.
This commit is contained in:
uebayasi 2009-12-06 14:37:36 +00:00
parent 8181298188
commit acfaaf21f8
1 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.24 2009/05/16 21:37:48 christos Exp $
# $NetBSD: Makefile,v 1.25 2009/12/06 14:37:36 uebayasi Exp $
NOMAN= # defined
@ -14,8 +14,8 @@ CLEANFILES+= misc.c misc.h
LDSTATIC?=-static
.endif
dump.c misc.c: misc.h
misc.h misc.c dump.c: ${DESTDIR}/usr/include/sys/errno.h makeerrnos.sh \
misc.c: misc.h
misc.c misc.h: ${DESTDIR}/usr/include/sys/errno.h makeerrnos.sh \
${DESTDIR}/usr/include/sys/signal.h
${_MKTARGET_CREATE}
AWK=${TOOL_AWK:Q} CPP=${CPP:Q} CPPFLAGS=${CPPFLAGS:Q} \