summaryrefslogtreecommitdiffstats
path: root/fortune/datfiles/Makefile
diff options
context:
space:
mode:
authorchristos <christos@NetBSD.org>1995-10-22 21:04:42 +0000
committerchristos <christos@NetBSD.org>1995-10-22 21:04:42 +0000
commitf707f36d02f459140357451b0ba55194c8f980c6 (patch)
tree2c3272daee2abcc4544ebcc54af775fb5572da1b /fortune/datfiles/Makefile
parent6ba30859289bb3bafe3e0fcb88fca7944b721dc8 (diff)
downloadbsdgames-darwin-f707f36d02f459140357451b0ba55194c8f980c6.tar.gz
bsdgames-darwin-f707f36d02f459140357451b0ba55194c8f980c6.tar.zst
bsdgames-darwin-f707f36d02f459140357451b0ba55194c8f980c6.zip
Parallel make fixes
Diffstat (limited to 'fortune/datfiles/Makefile')
-rw-r--r--fortune/datfiles/Makefile5
1 files 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}