summaryrefslogtreecommitdiffstats
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
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.
-rw-r--r--backgammon/backgammon/Makefile4
-rw-r--r--backgammon/teachgammon/Makefile4
-rw-r--r--factor/Makefile4
3 files changed, 6 insertions, 6 deletions
diff --git a/backgammon/backgammon/Makefile b/backgammon/backgammon/Makefile
index 8ca1b416..ca311339 100644
--- a/backgammon/backgammon/Makefile
+++ b/backgammon/backgammon/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 1997/05/06 20:45:00 gwr Exp $
+# $NetBSD: Makefile,v 1.8 1997/05/08 21:11:05 gwr Exp $
# @(#)Makefile 8.1 (Berkeley) 5/31/93
PROG= backgammon
@@ -8,7 +8,7 @@ SRCS= allow.c board.c check.c extra.c fancy.c init.c main.c move.c \
MAN= backgammon.6
DPADD= ${LIBTERM} ${LIBCOMPAT}
LDADD= -ltermcap -lcompat
-.PATH.c: ${.CURDIR}/../common_source
+.PATH: ${.CURDIR}/../common_source
HIDEGAME=hidegame
.include "../../Makefile.inc"
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>
diff --git a/factor/Makefile b/factor/Makefile
index 02907745..182e1667 100644
--- a/factor/Makefile
+++ b/factor/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 1997/05/06 20:45:02 gwr Exp $
+# $NetBSD: Makefile,v 1.6 1997/05/08 21:11:07 gwr Exp $
# @(#)Makefile 8.1 (Berkeley) 5/31/93
PROG= factor
@@ -6,6 +6,6 @@ SRCS= factor.c pr_tbl.c
CFLAGS+=-I${.CURDIR}/../primes
MAN= factor.6
MLINKS+=factor.6 primes.6
-.PATH.c: ${.CURDIR}/../primes
+.PATH: ${.CURDIR}/../primes
.include <bsd.prog.mk>