summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1998-05-05 13:00:26 +0000
committerbde <bde@FreeBSD.org>1998-05-05 13:00:26 +0000
commit06d8ed4b9f275818234a5a1e398a4695a5e2d773 (patch)
tree93bbc2c07db48bf5e5094b2a319ded9ca3f08ec7
parentf692a926a1d41b9bc9ea59553392130cad0e9df7 (diff)
downloadFreeBSD-src-06d8ed4b9f275818234a5a1e398a4695a5e2d773.zip
FreeBSD-src-06d8ed4b9f275818234a5a1e398a4695a5e2d773.tar.gz
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.
-rw-r--r--usr.bin/xlint/lint1/Makefile3
1 files changed, 2 insertions, 1 deletions
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}
OpenPOWER on IntegriCloud