1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-09 13:42:56 +00:00

Backed out previous change. Generating vgaio.h from vgaio.y clobbered

the source file vgaio.h, and y.tab.h is used so we can't simply avoid
generating the yacc header.
This commit is contained in:
Bruce Evans 1998-05-05 06:52:09 +00:00
parent 59edad7a5c
commit b076686781
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=35735

View File

@ -12,7 +12,7 @@ error:
PROG= vgaio
MAN8= vgaio.${MAN8EXT}
SRCS= vgaio.y lex.l
SRCS= vgaio.c lex.c
YACC= yacc
#YFLAGS+= -yd # Bison
@ -26,6 +26,7 @@ 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: