]> git.cameronkatri.com Git - bsdgames-darwin.git/commitdiff
Parallel make fixes
authorchristos <christos@NetBSD.org>
Sun, 22 Oct 1995 21:04:42 +0000 (21:04 +0000)
committerchristos <christos@NetBSD.org>
Sun, 22 Oct 1995 21:04:42 +0000 (21:04 +0000)
fortune/datfiles/Makefile

index c293cdfd6c37329cea4ba8e85c5dadf21e4ad79a..ddb60f2741905be2a51bb5fb08906a0eff5ea56e 100644 (file)
@@ -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}