summaryrefslogtreecommitdiff
path: root/games/adventure
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
commitb63c26a99525153fba979213128f8d7daf4b6b8c (patch)
tree3cbd2bdebd43025d5e1f7c7664314e4ea4bf45cb /games/adventure
parent8333b49df553c84eeb3c85362b26b91474e7480d (diff)
HOST_CC -> HOST_LINK.c
Diffstat (limited to 'games/adventure')
-rw-r--r--games/adventure/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/games/adventure/Makefile b/games/adventure/Makefile
index c40da9874c1..dda16efad0d 100644
--- a/games/adventure/Makefile
+++ b/games/adventure/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 1998/08/01 23:02:35 hubertf Exp $
+# $NetBSD: Makefile,v 1.8 2000/04/24 15:15:05 pk Exp $
# @(#)Makefile 8.1 (Berkeley) 6/12/93
PROG= adventure
@@ -11,6 +11,6 @@ data.c: glorkz setup
${.OBJDIR}/setup ${.CURDIR}/glorkz > data.c
setup: setup.c hdr.h
- ${HOST_CC} -o setup ${.CURDIR}/setup.c
+ ${HOST_LINK.c} -o setup ${.CURDIR}/setup.c
.include <bsd.prog.mk>