1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-04 09:09:56 +00:00

Backed out previous backout.

Added y.tab.h to SRCS.  Dependencies on it were missing until recently.
This commit is contained in:
Bruce Evans 1998-05-06 15:23:53 +00:00
parent cf1b9c0a35
commit 0a79d73835
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=35781

View File

@ -1,3 +1,5 @@
# $Id$
.if !exists(${.CURDIR}/../Makefile.inc)
error:
@echo
@ -12,7 +14,7 @@ error:
PROG= vgaio
MAN8= vgaio.${MAN8EXT}
SRCS= vgaio.c lex.c
SRCS= vgaio.y lex.l y.tab.h
YACC= yacc
#YFLAGS+= -yd # Bison
@ -26,7 +28,6 @@ LDADD= -lm -ly -ll
CFLAGS= -O2 # due to a gcc bug, it compiles only with -O2!
CFLAGS+= -I${.OBJDIR} -I${.CURDIR}
CLEANFILES+= lex.c lex.yy.c vgaio.c y.tab.[ch]
CLEANFILES+= y.output # comment file from bison
install: