Source-Changes-HG archive

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

[src/trunk]: src/lib/libroken Use an appropiate HOST_CPPFLAGS.



details:   https://anonhg.NetBSD.org/src/rev/b4ff06898f80
branches:  trunk
changeset: 488157:b4ff06898f80
user:      thorpej <thorpej%NetBSD.org@localhost>
date:      Mon Jun 19 20:45:13 2000 +0000

description:
Use an appropiate HOST_CPPFLAGS.

diffstat:

 lib/libroken/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 89ae104a15d1 -r b4ff06898f80 lib/libroken/Makefile
--- a/lib/libroken/Makefile     Mon Jun 19 20:09:37 2000 +0000
+++ b/lib/libroken/Makefile     Mon Jun 19 20:45:13 2000 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2000/06/17 16:41:09 matt Exp $
+# $NetBSD: Makefile,v 1.5 2000/06/19 20:45:13 thorpej Exp $
 DIST=          ${.CURDIR}/../../crypto/dist
 .PATH: ${DIST}/heimdal/lib/roken
 .PATH: ${.CURDIR}/../../include/heimdal
@@ -31,6 +31,8 @@
        -I${DIST}/heimdal/lib/roken \
        -DHAVE_CONFIG_H
 
+HOST_CPPFLAGS+= -I${.CURDIR}/../../include/heimdal
+
 make-print-version: make-print-version.lo
        ${HOST_CC} ${LDFLAGS} -o ${.TARGET} ${.ALLSRC}
 



Home | Main Index | Thread Index | Old Index