summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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}