summaryrefslogtreecommitdiffstats
path: root/atc
diff options
context:
space:
mode:
authortv <tv@NetBSD.org>1998-05-13 19:21:37 +0000
committertv <tv@NetBSD.org>1998-05-13 19:21:37 +0000
commit66b9cf2df4cb403bc5837c004df443dba33527d8 (patch)
tree8ab8b68cb8e2f8c5c0f2a401e7df2439e3991f60 /atc
parent95b37fd6f81fd80a98f636a2159997c814b55478 (diff)
downloadbsdgames-darwin-66b9cf2df4cb403bc5837c004df443dba33527d8.tar.gz
bsdgames-darwin-66b9cf2df4cb403bc5837c004df443dba33527d8.tar.zst
bsdgames-darwin-66b9cf2df4cb403bc5837c004df443dba33527d8.zip
y.tab.h is now called grammar.h (and there's an implied .y.h rule now too)
Noticed by veego.
Diffstat (limited to 'atc')
-rw-r--r--atc/Makefile6
1 files changed, 2 insertions, 4 deletions
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 <bsd.prog.mk>