diff options
| -rw-r--r-- | fortune/datfiles/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fortune/datfiles/Makefile b/fortune/datfiles/Makefile index 5ef916d7..c935ee1f 100644 --- a/fortune/datfiles/Makefile +++ b/fortune/datfiles/Makefile @@ -1,5 +1,5 @@ # from: @(#)Makefile 5.2 (Berkeley) 5/6/91 -# $Id: Makefile,v 1.8 1994/01/04 21:40:31 pk Exp $ +# $Id: Makefile,v 1.9 1994/01/24 18:46:59 cgd Exp $ # # set `OBSCENE' to "real" to have obscene fortunes installed, @@ -15,7 +15,7 @@ DATFILES= ${NORMDAT} ${OBSDAT} CLEANFILES+=${DATFILES} 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 all: ${DATFILES} |
