From a052596ae798d42463fdcfdf32f5ba6a27663387 Mon Sep 17 00:00:00 2001 From: he Date: Sun, 17 Jul 2005 15:48:28 +0000 Subject: [PATCH] Make misc.h depend on makeerrnos.sh, to ease UPDATE builds after the latest change to support WARNS=3. --- usr.bin/ktruss/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/usr.bin/ktruss/Makefile b/usr.bin/ktruss/Makefile index a8724330469e..401041013dd8 100644 --- a/usr.bin/ktruss/Makefile +++ b/usr.bin/ktruss/Makefile @@ -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} \