Neeed -DHAVE_CONFIG_H for HOST_CPPFLAGS, too.

This commit is contained in:
thorpej 2000-06-19 20:53:26 +00:00
parent c4dc11daa0
commit 121a426cc0
1 changed files with 4 additions and 2 deletions

View File

@ -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 @@ CPPFLAGS+= -I. \
-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}