Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/lib/libroken Use HOST_CC to compile make-print-version



details:   https://anonhg.NetBSD.org/src/rev/db0de82713d9
branches:  trunk
changeset: 488075:db0de82713d9
user:      matt <matt%NetBSD.org@localhost>
date:      Sat Jun 17 16:39:19 2000 +0000

description:
Use HOST_CC to compile make-print-version

diffstat:

 lib/libroken/Makefile |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (20 lines):

diff -r 6c64bbb7a128 -r db0de82713d9 lib/libroken/Makefile
--- a/lib/libroken/Makefile     Sat Jun 17 16:11:25 2000 +0000
+++ b/lib/libroken/Makefile     Sat Jun 17 16:39:19 2000 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2000/06/16 22:46:43 thorpej Exp $
+# $NetBSD: Makefile,v 1.3 2000/06/17 16:39:19 matt Exp $
 DIST=          ${.CURDIR}/../../crypto/dist
 .PATH: ${DIST}/heimdal/lib/roken
 .PATH: ${.CURDIR}/../../include/heimdal
@@ -31,8 +31,8 @@
        -I${DIST}/heimdal/lib/roken \
        -DHAVE_CONFIG_H
 
-make-print-version: make-print-version.o
-       ${CC} ${LDFLAGS} -o ${.TARGET} ${.ALLSRC}
+make-print-version: make-print-version.lo
+       ${HOST_CC} ${LDFLAGS} -o ${.TARGET} ${.ALLSRC}
 
 print_version.h: make-print-version
        ./make-print-version print_version.h



Home | Main Index | Thread Index | Old Index