From 636355890736097512cfa1a1ccd4e2d17992326b Mon Sep 17 00:00:00 2001 From: thorpej Date: Sat, 14 Sep 2002 21:16:43 +0000 Subject: [PATCH] Invoke makelintstub with CPP in the environment. --- lib/libposix/sys/Makefile.inc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/libposix/sys/Makefile.inc b/lib/libposix/sys/Makefile.inc index f451f1e92f91..e457fe544174 100644 --- a/lib/libposix/sys/Makefile.inc +++ b/lib/libposix/sys/Makefile.inc @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.inc,v 1.14 2002/08/19 09:41:33 lukem Exp $ +# $NetBSD: Makefile.inc,v 1.15 2002/09/14 21:16:43 thorpej Exp $ # sys sources .PATH: ${.CURDIR}/sys @@ -21,5 +21,5 @@ DPSRCS+= LintSysPseudo.c LintSysPseudo.c: ${NETBSDSRCDIR}/lib/libc/sys/makelintstub \ ${DESTDIR}/usr/include/sys/syscall.h - sh ${NETBSDSRCDIR}/lib/libc/sys/makelintstub -o ${.TARGET} -p \ - -s ${DESTDIR}/usr/include/sys/syscall.h ${PSEUDO} + CPP=${CPP:Q} sh ${NETBSDSRCDIR}/lib/libc/sys/makelintstub \ + -o ${.TARGET} -p -s ${DESTDIR}/usr/include/sys/syscall.h ${PSEUDO}