Source-Changes-HG archive

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

[src/trunk]: src/lib/libroken Neeed -DHAVE_CONFIG_H for HOST_CPPFLAGS, too.



details:   https://anonhg.NetBSD.org/src/rev/81a1a0cc2569
branches:  trunk
changeset: 488160:81a1a0cc2569
user:      thorpej <thorpej%NetBSD.org@localhost>
date:      Mon Jun 19 20:53:26 2000 +0000

description:
Neeed -DHAVE_CONFIG_H for HOST_CPPFLAGS, too.

diffstat:

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

diffs (20 lines):

diff -r a8371ff539e0 -r 81a1a0cc2569 lib/libroken/Makefile
--- a/lib/libroken/Makefile     Mon Jun 19 20:51:53 2000 +0000
+++ b/lib/libroken/Makefile     Mon Jun 19 20:53:26 2000 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2000/06/19 20:45:13 thorpej Exp $
+# $NetBSD: Makefile,v 1.6 2000/06/19 20:53:26 thorpej Exp $
 DIST=          ${.CURDIR}/../../crypto/dist
 .PATH: ${DIST}/heimdal/lib/roken
 .PATH: ${.CURDIR}/../../include/heimdal
@@ -31,7 +31,9 @@
        -I${DIST}/heimdal/lib/roken \
        -DHAVE_CONFIG_H
 
-HOST_CPPFLAGS+= -I${.CURDIR}/../../include/heimdal
+HOST_CPPFLAGS+= -I${.CURDIR}/../../include/heimdal -DHAVE_CONFIG_H
+
+make-print-version.lo: ${.CURDIR}/../../include/heimdal/version.h
 
 make-print-version: make-print-version.lo
        ${HOST_CC} ${LDFLAGS} -o ${.TARGET} ${.ALLSRC}



Home | Main Index | Thread Index | Old Index