mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-04 12:52:15 +00:00
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.
This commit is contained in:
parent
4d725788f7
commit
8d4a858381
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=35744
@ -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}
|
||||
|
Loading…
Reference in New Issue
Block a user