From a81ba438a938f0f4261e85627df029fbcd3de073 Mon Sep 17 00:00:00 2001 From: thorpej Date: Sat, 19 Apr 1997 06:59:34 +0000 Subject: Allow this to be cross-compiled. --- adventure/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'adventure') diff --git a/adventure/Makefile b/adventure/Makefile index 8c2df60c..85c820c4 100644 --- a/adventure/Makefile +++ b/adventure/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 1995/03/21 12:04:53 cgd Exp $ +# $NetBSD: Makefile,v 1.4 1997/04/19 06:59:34 thorpej Exp $ # @(#)Makefile 8.1 (Berkeley) 6/12/93 PROG= adventure @@ -12,6 +12,6 @@ data.c: glorkz setup ./setup ${.CURDIR}/glorkz > data.c setup: setup.c hdr.h - ${CC} -o setup ${.CURDIR}/setup.c + ${HOST_CC} -o setup ${.CURDIR}/setup.c .include -- cgit v1.2.3-56-ge451