From 6e65822ba7aed8ade399abc0aeef3a41843ef361 Mon Sep 17 00:00:00 2001 From: thorpej Date: Sat, 19 Apr 1997 07:20:13 +0000 Subject: Allow this to be cross-compiled. --- monop/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'monop/Makefile') diff --git a/monop/Makefile b/monop/Makefile index 2ebbdf3c..d1131efc 100644 --- a/monop/Makefile +++ b/monop/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 1997/03/24 22:15:47 christos Exp $ +# $NetBSD: Makefile,v 1.15 1997/04/19 07:22:08 thorpej Exp $ # @(#)Makefile 8.1 (Berkeley) 5/31/93 PROG= monop @@ -18,6 +18,6 @@ cards.pck: initdeck ${.OBJDIR}/initdeck ${.CURDIR}/cards.inp initdeck: initdeck.c - ${CC} ${CFLAGS} ${LDFLAGS} ${LDSTATIC} -o ${.TARGET} ${.CURDIR}/initdeck.c ${LDADD} + ${HOST_CC} ${HOST_CFLAGS} ${HOST_LDFLAGS} ${LDSTATIC} -o ${.TARGET} ${.CURDIR}/initdeck.c .include -- cgit v1.2.3-56-ge451