summaryrefslogtreecommitdiffstats
path: root/phantasia/Makefile
diff options
context:
space:
mode:
authorpk <pk@NetBSD.org>2000-04-24 15:15:05 +0000
committerpk <pk@NetBSD.org>2000-04-24 15:15:05 +0000
commite755870f9264d8d2806a6538cd04ac3b88598825 (patch)
tree7f52238974db858e756b732b741ac85f63e30fa0 /phantasia/Makefile
parent0be9de24eefbbca870c6d0137eab7d305776753f (diff)
downloadbsdgames-darwin-e755870f9264d8d2806a6538cd04ac3b88598825.tar.gz
bsdgames-darwin-e755870f9264d8d2806a6538cd04ac3b88598825.tar.zst
bsdgames-darwin-e755870f9264d8d2806a6538cd04ac3b88598825.zip
HOST_CC -> HOST_LINK.c
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 bba72511..3845b03e 100644
--- a/phantasia/Makefile
+++ b/phantasia/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.19 2000/01/23 22:11:49 mycroft Exp $
+# $NetBSD: Makefile,v 1.20 2000/04/24 15:15:05 pk Exp $
# @(#)Makefile 8.1 (Berkeley) 5/31/93
.include <bsd.own.mk> # for UNPRIVILEGED
@@ -17,7 +17,7 @@ CLEANFILES+=map setup setup.o host_phantglobs.o
realall: setup phantasia
setup: host_phantglobs.o setup.o monsters.asc ${LIBM}
- ${HOST_CC} host_phantglobs.o setup.o -o ${.TARGET} -lm
+ ${HOST_LINK.c} host_phantglobs.o setup.o -o ${.TARGET} -lm
host_phantglobs.o: ${.CURDIR}/phantglobs.c
${HOST_COMPILE.c} -o host_phantglobs.o ${.CURDIR}/phantglobs.c