From e755870f9264d8d2806a6538cd04ac3b88598825 Mon Sep 17 00:00:00 2001 From: pk Date: Mon, 24 Apr 2000 15:15:05 +0000 Subject: HOST_CC -> HOST_LINK.c --- adventure/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'adventure') diff --git a/adventure/Makefile b/adventure/Makefile index c40da987..dda16efa 100644 --- a/adventure/Makefile +++ b/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 -- cgit v1.2.3-56-ge451