summaryrefslogtreecommitdiffstats
path: root/phantasia
diff options
context:
space:
mode:
authorlukem <lukem@NetBSD.org>2003-11-16 14:14:18 +0000
committerlukem <lukem@NetBSD.org>2003-11-16 14:14:18 +0000
commit54c7964842a3a322ca3e7867485513837f58b811 (patch)
tree647b9bbd42f0b7af5a7252951053db199df23b20 /phantasia
parent256f707bed350efdfd37b8c4b91efffa7afbbf55 (diff)
downloadbsdgames-darwin-54c7964842a3a322ca3e7867485513837f58b811.tar.gz
bsdgames-darwin-54c7964842a3a322ca3e7867485513837f58b811.tar.zst
bsdgames-darwin-54c7964842a3a322ca3e7867485513837f58b811.zip
Improve how various "simple" host tools are built and invoked.
Diffstat (limited to 'phantasia')
-rw-r--r--phantasia/Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/phantasia/Makefile b/phantasia/Makefile
index c78605e1..45ce1e41 100644
--- a/phantasia/Makefile
+++ b/phantasia/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.31 2003/10/21 10:01:19 lukem Exp $
+# $NetBSD: Makefile,v 1.32 2003/11/16 14:14:18 lukem Exp $
# @(#)Makefile 8.1 (Berkeley) 5/31/93
.include <bsd.own.mk>
@@ -30,13 +30,13 @@ CLEANFILES+=map setup setup.lo host_phantglobs.lo ${ALLFILES}
realall: ${FILES}
-${FILES}: setup
- ${_MKTARGET_CREATE}
+${FILES}: setup monsters.asc
+ ${_MKMSG_CREATE} ${FILES}
./setup -m ${.CURDIR}/monsters.asc
-setup: host_phantglobs.lo setup.lo monsters.asc ${LIBM}
+setup: host_phantglobs.lo setup.lo ${LIBM}
${_MKTARGET_LINK}
- ${HOST_LINK.c} host_phantglobs.lo setup.lo -o ${.TARGET} -lm
+ ${HOST_LINK.c} -o ${.TARGET} ${.ALLSRC:M*.lo} -lm
BUILDSYMLINKS+= phantglobs.c host_phantglobs.c
HOST_CPPFLAGS+= -I${.CURDIR}