From 3f4711deb604fdbb8f285bb0adefae65ea023b5c Mon Sep 17 00:00:00 2001 From: mycroft Date: Wed, 7 May 1997 07:15:34 +0000 Subject: Add .MAKE to the .OBJDIR hacks, so they work with `make -n'. --- fortune/datfiles/Makefile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'fortune') diff --git a/fortune/datfiles/Makefile b/fortune/datfiles/Makefile index 0c0a3fdc..321db3c4 100644 --- a/fortune/datfiles/Makefile +++ b/fortune/datfiles/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.18 1997/03/24 22:15:43 christos Exp $ +# $NetBSD: Makefile,v 1.19 1997/05/07 07:15:35 mycroft Exp $ # @(#)Makefile 8.2 (Berkeley) 4/19/94 .include # for INSTALL_OFFENSIVE_FORTUNES @@ -22,8 +22,7 @@ TYPE= fake CLEANFILES+=${DATFILES} STRFILE!=cd $(.CURDIR)/../strfile; \ - printf "xxx:\n\techo \$${.OBJDIR}/strfile\n" | \ - ${MAKE} -r -s -f - xxx | grep strfile + printf "xxx: .MAKE\n\t@echo \$${.OBJDIR}/strfile\n" | ${MAKE} -s -f- FILES=${SRCFILES} ${DATFILES} FILESDIR=/usr/share/games/fortune -- cgit v1.2.3