summaryrefslogtreecommitdiffstats
path: root/backgammon/teachgammon
diff options
context:
space:
mode:
authorgwr <gwr@NetBSD.org>1997-05-08 21:11:01 +0000
committergwr <gwr@NetBSD.org>1997-05-08 21:11:01 +0000
commitae599e8e1c5cf96e4b69ab4e1a190cc821ca0e00 (patch)
treee8ec6af0b59cde44041045a8425f2f562493b8e0 /backgammon/teachgammon
parent9f1c4eb0c245833280efc8e12e6689f74c3bba7b (diff)
downloadbsdgames-darwin-ae599e8e1c5cf96e4b69ab4e1a190cc821ca0e00.tar.gz
bsdgames-darwin-ae599e8e1c5cf96e4b69ab4e1a190cc821ca0e00.tar.zst
bsdgames-darwin-ae599e8e1c5cf96e4b69ab4e1a190cc821ca0e00.zip
Back out the .PATH.c changes. The .depend problem (and others)
will be fixed using the new .NOPATH make feature instead.
Diffstat (limited to 'backgammon/teachgammon')
-rw-r--r--backgammon/teachgammon/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/backgammon/teachgammon/Makefile b/backgammon/teachgammon/Makefile
index 666b5886..b97c6796 100644
--- a/backgammon/teachgammon/Makefile
+++ b/backgammon/teachgammon/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 1997/05/06 20:45:01 gwr Exp $
+# $NetBSD: Makefile,v 1.7 1997/05/08 21:11:06 gwr Exp $
# @(#)Makefile 8.1 (Berkeley) 5/31/93
PROG= teachgammon
@@ -10,7 +10,7 @@ LDADD= -ltermcap -lcompat
HIDEGAME=hidegame
NOMAN= noman
-.PATH.c: ${.CURDIR}/../common_source
+.PATH: ${.CURDIR}/../common_source
.include "../../Makefile.inc"
.include <bsd.prog.mk>