From 66b9cf2df4cb403bc5837c004df443dba33527d8 Mon Sep 17 00:00:00 2001 From: tv Date: Wed, 13 May 1998 19:21:37 +0000 Subject: y.tab.h is now called grammar.h (and there's an implied .y.h rule now too) Noticed by veego. --- atc/Makefile | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'atc/Makefile') diff --git a/atc/Makefile b/atc/Makefile index 3c63b0aa..453ea276 100644 --- a/atc/Makefile +++ b/atc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 1998/04/09 00:32:32 tv Exp $ +# $NetBSD: Makefile,v 1.18 1998/05/13 19:21:37 tv Exp $ # @(#)Makefile 8.1 (Berkeley) 5/31/93 PROG= atc @@ -18,8 +18,6 @@ FILES=${GAMES:S@^@${.CURDIR}/games/@g} FILESDIR=/usr/share/games/atc FILESMODE=440 -y.tab.h: grammar.c - -lex.o: y.tab.h +lex.o: grammar.h .include -- cgit v1.2.3-56-ge451