From f8fdb0d1c9243fd751a43131076c981cd26974e1 Mon Sep 17 00:00:00 2001 From: thorpej Date: Mon, 31 Dec 2001 19:02:49 +0000 Subject: [PATCH] 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). --- usr.bin/kdestroy/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/usr.bin/kdestroy/Makefile b/usr.bin/kdestroy/Makefile index 9d6bde7affa9..7baf8e7ef311 100644 --- a/usr.bin/kdestroy/Makefile +++ b/usr.bin/kdestroy/Makefile @@ -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