Module Name: src
Committed By: uebayasi
Date: Sun Dec 6 14:37:36 UTC 2009
Modified Files:
src/usr.bin/ktruss: Makefile
Log Message:
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.
To generate a diff of this commit:
cvs rdiff -u -r1.24 -r1.25 src/usr.bin/ktruss/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/usr.bin/ktruss/Makefile
diff -u src/usr.bin/ktruss/Makefile:1.24 src/usr.bin/ktruss/Makefile:1.25
--- src/usr.bin/ktruss/Makefile:1.24 Sat May 16 21:37:48 2009
+++ src/usr.bin/ktruss/Makefile Sun Dec 6 14:37:36 2009
@@ -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 @@
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} \