From a1889a2eb2c5f5f957ded2f3fc338ce6567e6dd1 Mon Sep 17 00:00:00 2001 From: thorpej Date: Tue, 5 Mar 2002 21:29:56 +0000 Subject: No need to reference .OBJDIR here. --- phantasia/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'phantasia') diff --git a/phantasia/Makefile b/phantasia/Makefile index e0e5f86c..60f513f8 100644 --- a/phantasia/Makefile +++ b/phantasia/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.25 2001/12/19 06:18:25 gmcgarry Exp $ +# $NetBSD: Makefile,v 1.26 2002/03/05 21:31:23 thorpej Exp $ # @(#)Makefile 8.1 (Berkeley) 5/31/93 .include @@ -31,7 +31,7 @@ CLEANFILES+=map setup setup.lo host_phantglobs.lo ${ALLFILES} realall: ${FILES} ${FILES}: setup - ${.OBJDIR}/setup -m ${.CURDIR}/monsters.asc + ./setup -m ${.CURDIR}/monsters.asc setup: host_phantglobs.lo setup.lo monsters.asc ${LIBM} ${HOST_LINK.c} host_phantglobs.lo setup.lo -o ${.TARGET} -lm -- cgit v1.2.3-56-ge451