Module Name: src
Committed By: joerg
Date: Sun Nov 1 00:12:00 UTC 2009
Modified Files:
src/external/gpl3/binutils/usr.sbin: Makefile.inc
Log Message:
Don't depend on /usr/lib/libz.a for host tools.
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/external/gpl3/binutils/usr.sbin/Makefile.inc
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/external/gpl3/binutils/usr.sbin/Makefile.inc
diff -u src/external/gpl3/binutils/usr.sbin/Makefile.inc:1.2 src/external/gpl3/binutils/usr.sbin/Makefile.inc:1.3
--- src/external/gpl3/binutils/usr.sbin/Makefile.inc:1.2 Mon Oct 19 02:31:26 2009
+++ src/external/gpl3/binutils/usr.sbin/Makefile.inc Sun Nov 1 00:12:00 2009
@@ -1,7 +1,9 @@
-# $NetBSD: Makefile.inc,v 1.2 2009/10/19 02:31:26 christos Exp $
+# $NetBSD: Makefile.inc,v 1.3 2009/11/01 00:12:00 joerg Exp $
BINDIR?= /usr/sbin
WARNS?= 1
LDADD+=-lz
+.ifndef HOSTPROG
DPADD+=${LIBZ}
+.endif