From 06d8ed4b9f275818234a5a1e398a4695a5e2d773 Mon Sep 17 00:00:00 2001 From: bde Date: Tue, 5 May 1998 13:00:26 +0000 Subject: Put y.tab.h back in SRCS. This used to be the best way to get dependencies on y.tab.h generated. It will soon be used to tell bsd.dep.mk that y.tab.h itself needs to be generated. --- usr.bin/xlint/lint1/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'usr.bin') diff --git a/usr.bin/xlint/lint1/Makefile b/usr.bin/xlint/lint1/Makefile index 56d3830..6ba805c 100644 --- a/usr.bin/xlint/lint1/Makefile +++ b/usr.bin/xlint/lint1/Makefile @@ -1,8 +1,9 @@ # $NetBSD: Makefile,v 1.3 1995/07/04 01:53:05 cgd Exp $ +# $Id$ PROG= lint1 SRCS= cgram.y scan.l mem1.c mem.c err.c main1.c decl.c tree.c func.c \ - init.c emit.c emit1.c + init.c emit.c emit1.c y.tab.h NOMAN= LDADD+= -ll DPADD+= ${LIBL} -- cgit v1.1