From ae599e8e1c5cf96e4b69ab4e1a190cc821ca0e00 Mon Sep 17 00:00:00 2001 From: gwr Date: Thu, 8 May 1997 21:11:01 +0000 Subject: Back out the .PATH.c changes. The .depend problem (and others) will be fixed using the new .NOPATH make feature instead. --- factor/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'factor') 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 -- cgit v1.2.3-56-ge451