diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-10-12 01:12:03 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-10-12 01:12:03 +0000 |
commit | 87544c6fb80901fea571a204e6c4d8aab2275a30 (patch) | |
tree | 3259d92d33fb92b02b5918931c7bbe7f5a7bc638 /bin/sh/Makefile | |
parent | 11290a696bf53126bdb9c8b5ab1e7f53af2c467d (diff) |
use HOSTCC; from dale
Diffstat (limited to 'bin/sh/Makefile')
-rw-r--r-- | bin/sh/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/sh/Makefile b/bin/sh/Makefile index 540f9c997b2..ecd8dfab913 100644 --- a/bin/sh/Makefile +++ b/bin/sh/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.5 1996/09/16 10:51:33 downsj Exp $ +# $OpenBSD: Makefile,v 1.6 1996/10/12 01:12:02 deraadt Exp $ # $NetBSD: Makefile,v 1.23 1996/02/18 12:29:18 mycroft Exp $ STATIC= -static @@ -31,7 +31,7 @@ init.c: mkinit ${SRCS} ./mkinit ${.ALLSRC:S/^mkinit$//} mkinit: ${.CURDIR}/mkinit.c - ${CC} ${CFLAGS} ${.CURDIR}/mkinit.c -o $@ + ${HOSTCC} ${CFLAGS} ${.CURDIR}/mkinit.c -o $@ nodes.c nodes.h: mknodes ${.CURDIR}/nodetypes ${.CURDIR}/nodes.c.pat ./mknodes ${.CURDIR}/nodetypes ${.CURDIR}/nodes.c.pat |