From f707f36d02f459140357451b0ba55194c8f980c6 Mon Sep 17 00:00:00 2001 From: christos Date: Sun, 22 Oct 1995 21:04:42 +0000 Subject: Parallel make fixes --- fortune/datfiles/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/fortune/datfiles/Makefile b/fortune/datfiles/Makefile index c293cdfd..ddb60f27 100644 --- a/fortune/datfiles/Makefile +++ b/fortune/datfiles/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 1995/06/26 21:59:39 pk Exp $ +# $NetBSD: Makefile,v 1.14 1995/10/22 21:06:40 christos Exp $ # @(#)Makefile 8.2 (Berkeley) 4/19/94 SRCS= fortunes fortunes2 startrek zippy @@ -19,7 +19,8 @@ TYPE= real CLEANFILES+=${BLDS} STRFILE!=cd $(.CURDIR)/../strfile; \ - printf "xxx:\n\techo \$${.OBJDIR}/strfile\n" | ${MAKE} -r -s -f - xxx + printf "xxx:\n\techo \$${.OBJDIR}/strfile\n" | \ + ${MAKE} -r -s -f - xxx | grep strfile all: ${BLDS} -- cgit v1.2.3