]> git.cameronkatri.com Git - bsdgames-darwin.git/blobdiff - adventure/Makefile
Allow this to be cross-compiled.
[bsdgames-darwin.git] / adventure / Makefile
index 8c2df60cc2018cd08eee22387cea7735b7cd6dc8..85c820c4e5b6342f78a7dc3af694fdcff79bcd4f 100644 (file)
@@ -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 <bsd.prog.mk>