Remove -I${DESTDIR}/usr/include from CPPFLAGS; it is unnecessary, and

it makes gcc 3.1 unhappy (because -isystem ${DESTDIR}/usr/include is
specified later).
This commit is contained in:
thorpej 2001-12-31 19:02:49 +00:00
parent 3d561f4807
commit f8fdb0d1c9
1 changed files with 1 additions and 2 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.9 2001/12/12 12:24:27 lukem Exp $
# $NetBSD: Makefile,v 1.10 2001/12/31 19:02:49 thorpej Exp $
NOLINT= # defined
@ -18,7 +18,6 @@ CPPFLAGS+= -I. \
-I${.CURDIR}/../../include/heimdal \
-I${DESTDIR}/usr/include/kerberosIV \
-I${DESTDIR}/usr/include/krb5 \
-I${DESTDIR}/usr/include \
-I${DESTDIR}/usr/include/openssl \
-DHAVE_CONFIG_H