From 29d129a6ab5af0f0f0997510260fbd9c67704e97 Mon Sep 17 00:00:00 2001 From: peter Date: Thu, 11 Jun 1998 10:39:32 +0000 Subject: Sigh, mkdep doesn't know about all the CFLAGS to pass during depend generation. --- lib/libbind/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'lib/libbind/Makefile') diff --git a/lib/libbind/Makefile b/lib/libbind/Makefile index 902ec60..acfa485 100644 --- a/lib/libbind/Makefile +++ b/lib/libbind/Makefile @@ -2,8 +2,9 @@ BIND_DIR=${.CURDIR}/../../contrib/bind -CFLAGS+= -idirafter ${BIND_DIR}/port/freebsd/include \ - -idirafter ${BIND_DIR}/include +# contrib/bind/include/* must not override any real system includes +CFLAGS+= -I${BIND_DIR}/port/freebsd/include -I${DESTDIR}/usr/include \ + -I${BIND_DIR}/include LIB= bind -- cgit v1.1