From df8d0485a13b1b353af629685a24a25c3104c32d Mon Sep 17 00:00:00 2001 From: bde Date: Mon, 3 Jun 1996 01:56:05 +0000 Subject: Backed out yacc changes. --- games/atc/Makefile | 4 ++-- games/atc/lex.l | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'games') diff --git a/games/atc/Makefile b/games/atc/Makefile index d00acc2..80305a1 100644 --- a/games/atc/Makefile +++ b/games/atc/Makefile @@ -2,13 +2,13 @@ PROG= atc CFLAGS+=-DBSD -I${.CURDIR} -I. -SRCS= extern.c grammar.y graphics.c input.c lex.l list.c log.c \ +SRCS= extern.c grammar.c graphics.c input.c lex.c list.c log.c \ main.c tunable.c update.c MAN6= atc.6 DPADD= ${usr/lib/libl.a ${LIBM} ${LIBTERMCAP} ${LIBCURSES} ${LIBCOMPAT} LDADD= -ll -lm -lcurses -ltermcap -lcompat GAMES= ATC_scores Game_List Killer crossover default easy game_2 -CLEANFILES=grammer.tab.h +CLEANFILES=grammar.c y.tab.h lex.c HIDEGAME=hidegame beforeinstall: diff --git a/games/atc/lex.l b/games/atc/lex.l index 28b00b3..0092a29 100644 --- a/games/atc/lex.l +++ b/games/atc/lex.l @@ -48,7 +48,7 @@ static char sccsid[] = "@(#)lex.l 8.1 (Berkeley) 5/31/93"; #endif /* not lint */ -#include "grammar.tab.h" +#include "y.tab.h" extern int line; %} -- cgit v1.1