summaryrefslogtreecommitdiffstats
path: root/factor
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 /factor
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 'factor')
-rw-r--r--factor/Makefile4
1 files changed, 2 insertions, 2 deletions
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>