From 7d08250df0690ec4fec8cde5bc683bc83e1f9094 Mon Sep 17 00:00:00 2001 From: tv Date: Thu, 9 Apr 1998 00:32:31 +0000 Subject: .y.c rule fixes. Don't create a y.tab.h file unless asked for, and use smarter creation of the header file. --- atc/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'atc/Makefile') diff --git a/atc/Makefile b/atc/Makefile index 7d284963..3c63b0aa 100644 --- a/atc/Makefile +++ b/atc/Makefile @@ -1,17 +1,17 @@ -# $NetBSD: Makefile,v 1.16 1998/02/18 22:37:30 jtc Exp $ +# $NetBSD: Makefile,v 1.17 1998/04/09 00:32:32 tv Exp $ # @(#)Makefile 8.1 (Berkeley) 5/31/93 PROG= atc CPPFLAGS+=-DBSD -I${.CURDIR} -I. -DYY_NO_UNPUT -SRCS= extern.c grammar.c graphics.c input.c lex.c list.c log.c \ +SRCS= extern.c grammar.y graphics.c input.c lex.l list.c log.c \ main.c tunable.c update.c +YHEADER=1 MAN= atc.6 LDADD= -ll -lm -lcurses DPADD= ${LIBL} ${LIBM} ${LIBCURSES} GAMES= ATC_scores Game_List Killer crossover default easy game_2 \ Atlantis OHare Tic-Tac-Toe airports box crosshatch game_3 \ game_4 novice two-corners -CLEANFILES=grammar.c y.tab.h lex.c HIDEGAME=hidegame SETGIDGAME=yes FILES=${GAMES:S@^@${.CURDIR}/games/@g} -- cgit v1.2.3-56-ge451