From eebdbba77a2288cc12ae8f16cd195829d60cc8c2 Mon Sep 17 00:00:00 2001 From: lukem Date: Wed, 22 Oct 1997 02:01:17 +0000 Subject: use CPPFLAGS instead of CFLAGS, fix dependancies for parallel compile --- atc/Makefile | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'atc/Makefile') diff --git a/atc/Makefile b/atc/Makefile index 38a633e3..6b461a7c 100644 --- a/atc/Makefile +++ b/atc/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.12 1997/10/10 02:07:01 lukem Exp $ +# $NetBSD: Makefile,v 1.13 1997/10/22 02:01:17 lukem Exp $ # @(#)Makefile 8.1 (Berkeley) 5/31/93 PROG= atc -CFLAGS+=-DBSD -I${.CURDIR} -I. -DYY_NO_UNPUT +CPPFLAGS+=-DBSD -I${.CURDIR} -I. -DYY_NO_UNPUT SRCS= extern.c grammar.c graphics.c input.c lex.c list.c log.c \ main.c tunable.c update.c MAN= atc.6 @@ -17,4 +17,8 @@ FILES=${GAMES:S@^@${.CURDIR}/games/@g} FILESDIR=/usr/share/games/atc FILESMODE=400 +y.tab.h: grammar.c + +lex.o: y.tab.h + .include -- cgit v1.2.3-56-ge451