arrange for .in files to be rebuilt.

This commit is contained in:
christos 2016-12-19 01:26:31 +00:00
parent b91b113b53
commit 05cc892852
1 changed files with 7 additions and 1 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.15 2016/08/04 17:07:24 christos Exp $
# $NetBSD: Makefile,v 1.16 2016/12/19 01:26:31 christos Exp $
# $FreeBSD: src/cddl/lib/libdtrace/Makefile,v 1.2.2.1 2009/08/03 08:13:06 kensmith Exp $
@ -119,6 +119,12 @@ beforedepend: dt_errtags.c dt_names.c
foo:
echo ${OPENSOLARIS_USR_DISTDIR}
.SUFFIXES: .in
.in:
${CPP} -D_KERNEL ${CPPFLAGS} $< | tr -d ' ' | tr '"' '@' | \
${TOOL_SED} -e 's/\&/\\\&/g' | grep '^s/' > ${.TARGET}
FILES= ${DSRCS}
FILESDIR= /usr/lib/dtrace