Source-Changes-HG archive

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

[src/trunk]: src/lib/libasn1/asn1_compile Change LDFLAGS to HOST_LDFLAGS here...



details:   https://anonhg.NetBSD.org/src/rev/b55e76af8e87
branches:  trunk
changeset: 495774:b55e76af8e87
user:      garbled <garbled%NetBSD.org@localhost>
date:      Sat Aug 05 17:41:15 2000 +0000

description:
Change LDFLAGS to HOST_LDFLAGS here too..

diffstat:

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

diffs (18 lines):

diff -r f5cb48bb42ef -r b55e76af8e87 lib/libasn1/asn1_compile/Makefile
--- a/lib/libasn1/asn1_compile/Makefile Sat Aug 05 14:58:03 2000 +0000
+++ b/lib/libasn1/asn1_compile/Makefile Sat Aug 05 17:41:15 2000 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2000/08/03 14:01:31 tron Exp $
+# $NetBSD: Makefile,v 1.5 2000/08/05 17:41:15 garbled Exp $
 DIST=          ${.CURDIR}/../../../crypto/dist
 .PATH: ${DIST}/heimdal/lib/asn1 ${DIST}/heimdal/lib/roken
 
@@ -33,7 +33,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