From 8d4a858381296dab6f322a8c68d6f03111b6199f Mon Sep 17 00:00:00 2001 From: Bruce Evans Date: Tue, 5 May 1998 13:00:26 +0000 Subject: [PATCH] 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(-) diff --git a/usr.bin/xlint/lint1/Makefile b/usr.bin/xlint/lint1/Makefile index 56d3830d7ecf..6ba805cb26a9 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}