Source-Changes-HG archive

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

[src/trunk]: src/gnu/usr.sbin/mdsetimage Define "HAVE_ERR_H" to fix native bu...



details:   https://anonhg.NetBSD.org/src/rev/1431f353b790
branches:  trunk
changeset: 521049:1431f353b790
user:      tron <tron%NetBSD.org@localhost>
date:      Tue Jan 22 13:50:53 2002 +0000

description:
Define "HAVE_ERR_H" to fix native build.

diffstat:

 gnu/usr.sbin/mdsetimage/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r e9de8a406f15 -r 1431f353b790 gnu/usr.sbin/mdsetimage/Makefile
--- a/gnu/usr.sbin/mdsetimage/Makefile  Tue Jan 22 13:13:00 2002 +0000
+++ b/gnu/usr.sbin/mdsetimage/Makefile  Tue Jan 22 13:50:53 2002 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.6 2001/12/31 23:04:13 thorpej Exp $
+#      $NetBSD: Makefile,v 1.7 2002/01/22 13:50:53 tron Exp $
 
 .include <bsd.own.mk>
 
@@ -10,7 +10,7 @@
 MAN=           mdsetimage.8
 
 CPPFLAGS+=     -I${BFDDIR} -I${DIST}/bfd -I${DIST}/binutils -I${DIST}/include \
-               -DHAVE_CONFIG_H
+               -DHAVE_CONFIG_H -DHAVE_ERR_H
 
 DPADD+=                ${BFDDIR}/libbfd.a
 LDADD+=                -L${BFDDIR} -lbfd



Home | Main Index | Thread Index | Old Index