Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/external/mit/expat/bin Add more -I so that expat_config.h is...
details: https://anonhg.NetBSD.org/src/rev/dc19c927abb4
branches: trunk
changeset: 362009:dc19c927abb4
user: martin <martin%NetBSD.org@localhost>
date: Wed Feb 23 19:07:35 2022 +0000
description:
Add more -I so that expat_config.h is found
diffstat:
external/mit/expat/bin/Makefile.inc | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (14 lines):
diff -r cab92e2e1821 -r dc19c927abb4 external/mit/expat/bin/Makefile.inc
--- a/external/mit/expat/bin/Makefile.inc Wed Feb 23 19:07:20 2022 +0000
+++ b/external/mit/expat/bin/Makefile.inc Wed Feb 23 19:07:35 2022 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile.inc,v 1.1 2012/02/29 20:07:56 tron Exp $
+# $NetBSD: Makefile.inc,v 1.2 2022/02/23 19:07:35 martin Exp $
BINDIR?= /usr/bin
-CPPFLAGS+= -I${EXPATSRCDIR}/lib
+CPPFLAGS+= -I ${EXPATSRCDIR}/lib -I ${EXPATSRCDIR}/../lib/libexpat
LDADD+= -L${EXPATOBJDIR.expat} -lexpat
DPADD+= ${EXPATLIB.expat}
Home |
Main Index |
Thread Index |
Old Index