diff options
| author | garbled <garbled@NetBSD.org> | 2000-08-05 06:57:21 +0000 |
|---|---|---|
| committer | garbled <garbled@NetBSD.org> | 2000-08-05 06:57:21 +0000 |
| commit | cf5856544c86bf456118ee7beacc3a2832f8e007 (patch) | |
| tree | aa90e527fb55f4fadf5d9225581a8ff4d9329b41 /lib/libcom_err | |
| parent | 04e4950cbbcc61a18adb2fceae5ec4f0e2aa11de (diff) | |
Change ${LDFLAGS} to ${HOST_LDFLAGS} because we are using HOST_CC. Fixes
cross compile bug.
Diffstat (limited to 'lib/libcom_err')
| -rw-r--r-- | lib/libcom_err/compile_et/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libcom_err/compile_et/Makefile b/lib/libcom_err/compile_et/Makefile index 422dfb032ee..e12042206b5 100644 --- a/lib/libcom_err/compile_et/Makefile +++ b/lib/libcom_err/compile_et/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2000/08/03 14:01:32 tron Exp $ +# $NetBSD: Makefile,v 1.5 2000/08/05 06:57:21 garbled Exp $ DIST= ${.CURDIR}/../../../crypto/dist .PATH: ${DIST}/heimdal/lib/com_err ${DIST}/heimdal/lib/roken @@ -28,7 +28,7 @@ DPSRCS= print_version.h 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 |
