From 135f29d65257e5b69656b3da7cdb36e1ab2dea94 Mon Sep 17 00:00:00 2001 From: cgd Date: Mon, 24 Jan 1994 18:39:52 +0000 Subject: fix 'make' biff. from Roland McGrath --- fortune/datfiles/Makefile | 4 ++-- 1 file 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} -- cgit v1.2.3