Source-Changes-HG archive

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

[src/trunk]: src/lib/libroken change LDFLAGS to HOST_LDFLAGS so cross-builds ...



details:   https://anonhg.NetBSD.org/src/rev/188bb7cd9fe1
branches:  trunk
changeset: 495626:188bb7cd9fe1
user:      garbled <garbled%NetBSD.org@localhost>
date:      Wed Aug 02 02:42:24 2000 +0000

description:
change LDFLAGS to HOST_LDFLAGS so cross-builds don't blow a gasket.

diffstat:

 lib/libroken/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 37a4878e4141 -r 188bb7cd9fe1 lib/libroken/Makefile
--- a/lib/libroken/Makefile     Wed Aug 02 02:39:48 2000 +0000
+++ b/lib/libroken/Makefile     Wed Aug 02 02:42:24 2000 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2000/06/19 20:53:26 thorpej Exp $
+# $NetBSD: Makefile,v 1.7 2000/08/02 02:42:24 garbled Exp $
 DIST=          ${.CURDIR}/../../crypto/dist
 .PATH: ${DIST}/heimdal/lib/roken
 .PATH: ${.CURDIR}/../../include/heimdal
@@ -36,7 +36,7 @@
 make-print-version.lo: ${.CURDIR}/../../include/heimdal/version.h
 
 make-print-version: make-print-version.lo
-       ${HOST_CC} ${LDFLAGS} -o ${.TARGET} ${.ALLSRC}
+       ${HOST_CC} ${HOST_LDFLAGS} -o ${.TARGET} ${.ALLSRC}
 
 print_version.h: make-print-version
        ./make-print-version print_version.h



Home | Main Index | Thread Index | Old Index