Module Name:    src
Committed By:   uebayasi
Date:           Mon Dec  7 16:22:41 UTC 2009

Modified Files:
        src/bin/sh: Makefile

Log Message:
Define dependencies of arith.[ch] on arith.y.


To generate a diff of this commit:
cvs rdiff -u -r1.86 -r1.87 src/bin/sh/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/bin/sh/Makefile
diff -u src/bin/sh/Makefile:1.86 src/bin/sh/Makefile:1.87
--- src/bin/sh/Makefile:1.86	Thu Oct 29 14:21:40 2009
+++ src/bin/sh/Makefile	Mon Dec  7 16:22:41 2009
@@ -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

Reply via email to