From af8bec238d2fb41b772ba885aef6d711fbde8689 Mon Sep 17 00:00:00 2001 From: dillo Date: Sun, 14 Dec 2003 12:27:57 +0000 Subject: pass CPPFLAGS to compiler --- pkgtools/pkg_filecheck/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'pkgtools/pkg_filecheck') diff --git a/pkgtools/pkg_filecheck/Makefile b/pkgtools/pkg_filecheck/Makefile index 4561ab1a5f9..fdbfa255963 100644 --- a/pkgtools/pkg_filecheck/Makefile +++ b/pkgtools/pkg_filecheck/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2003/12/14 11:45:09 dillo Exp $ +# $NetBSD: Makefile,v 1.6 2003/12/14 12:27:57 dillo Exp $ # DISTNAME= pkg_filecheck-0.1 @@ -32,7 +32,8 @@ do-build: > ${WRKSRC}/${f} .endfor cd ${WRKSRC} \ - && ${CC} ${CFLAGS} ${LDFLAGS} -o pkg_filecheck pkg_filecheck.c \ + && ${CC} ${CPPFLAGS} ${CFLAGS} ${LDFLAGS} \ + -o pkg_filecheck pkg_filecheck.c \ ${BUILDLINK_LIBS.db} do-install: -- cgit v1.2.3