Don't invoke the grep for cleandir and obj targets. Suggested by

Juergen Hannken-Illjes
This commit is contained in:
christos 2003-04-18 14:43:49 +00:00
parent 360968bcd9
commit b8dae40722
1 changed files with 3 additions and 1 deletions

View File

@ -1,8 +1,10 @@
# $NetBSD: Makefile.ioctl-c,v 1.6 2003/04/13 05:04:00 christos Exp $
# $NetBSD: Makefile.ioctl-c,v 1.7 2003/04/18 14:43:49 christos Exp $
# NOTE: <bsd.own.mk> needs to be previously .included for NETBSDSRCDIR
.if !target(cleandir) && !target(obj)
DEPFILES != grep -l '_IO.*(' ${DESTDIR}/usr/include/sys/*.h
.endif
ioctl.c: mkioctls ${DEPFILES}
CC="${CC}" DESTDIR=${DESTDIR} \