summaryrefslogtreecommitdiffstats
path: root/phantasia/Makefile
diff options
context:
space:
mode:
authorthorpej <thorpej@NetBSD.org>2002-03-05 21:29:56 +0000
committerthorpej <thorpej@NetBSD.org>2002-03-05 21:29:56 +0000
commita1889a2eb2c5f5f957ded2f3fc338ce6567e6dd1 (patch)
treeb9fbef199f4d1b31cbd1ea0056c1e0aa43a2e7ea /phantasia/Makefile
parent1bbbe7f9aaa42dd34213d74e18151ad832beb8fb (diff)
downloadbsdgames-darwin-a1889a2eb2c5f5f957ded2f3fc338ce6567e6dd1.tar.gz
bsdgames-darwin-a1889a2eb2c5f5f957ded2f3fc338ce6567e6dd1.tar.zst
bsdgames-darwin-a1889a2eb2c5f5f957ded2f3fc338ce6567e6dd1.zip
No need to reference .OBJDIR here.
Diffstat (limited to 'phantasia/Makefile')
-rw-r--r--phantasia/Makefile4
1 files changed, 2 insertions, 2 deletions
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 <bsd.own.mk>
@@ -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