From d8108972bad49ecf0d08930897078a6d03db6c0d Mon Sep 17 00:00:00 2001 From: lukem Date: Fri, 14 Mar 2003 22:56:14 +0000 Subject: [PATCH] add dependency on sigdesc.h to commands.c --- usr.bin/top/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/usr.bin/top/Makefile b/usr.bin/top/Makefile index 01b9bc4e378c..ed890cf0dd5c 100644 --- a/usr.bin/top/Makefile +++ b/usr.bin/top/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2000/05/26 04:01:13 simonb Exp $ +# $NetBSD: Makefile,v 1.5 2003/03/14 22:56:14 lukem Exp $ PROG= top @@ -16,4 +16,6 @@ sigdesc.h: ${.CURDIR}/sigconv.awk ${DESTDIR}/usr/include/sys/signal.h awk -f ${.CURDIR}/sigconv.awk ${DESTDIR}/usr/include/sys/signal.h > \ ${.TARGET} +commands.c: sigdesc.h + .include