Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/bin/sh Define dependencies of arith.[ch] on arith.y.
details: https://anonhg.NetBSD.org/src/rev/12783c8840e5
branches: trunk
changeset: 749765:12783c8840e5
user: uebayasi <uebayasi%NetBSD.org@localhost>
date: Mon Dec 07 16:22:41 2009 +0000
description:
Define dependencies of arith.[ch] on arith.y.
diffstat:
bin/sh/Makefile | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
diffs (19 lines):
diff -r cdead43a8493 -r 12783c8840e5 bin/sh/Makefile
--- a/bin/sh/Makefile Mon Dec 07 16:18:44 2009 +0000
+++ b/bin/sh/Makefile Mon Dec 07 16:22:41 2009 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.86 2009/10/29 14:21:40 christos Exp $
+# $NetBSD: Makefile,v 1.87 2009/12/07 16:22:41 uebayasi Exp $
# @(#)Makefile 8.4 (Berkeley) 5/5/95
.include <bsd.own.mk>
@@ -76,6 +76,9 @@
${SCRIPT_ENV} ${HOST_SH} ${.ALLSRC} ${.OBJDIR}
[ -f nodes.h ]
+arith.h: arith.c
+arith.c: arith.y
+
.if ${USETOOLS} == "yes"
COMPATOBJDIR!= cd ${NETBSDSRCDIR}/tools/compat && ${PRINTOBJDIR}
NBCOMPATLIB= -L${COMPATOBJDIR} -lnbcompat
Home |
Main Index |
Thread Index |
Old Index