Make the crunchgen generated makefile regen on each run

This commit is contained in:
jmc 2005-02-10 16:03:34 +00:00
parent 1bd5227b67
commit d177a1d5bf
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile.crunch,v 1.18 2005/01/19 01:18:59 lukem Exp $ # $NetBSD: Makefile.crunch,v 1.19 2005/02/10 16:03:34 jmc Exp $
# #
# Makefile snippet to build a crunchgen(1)ed binary from the provided lists # Makefile snippet to build a crunchgen(1)ed binary from the provided lists
# #
@ -48,7 +48,7 @@ ${CRUNCHBIN}.c: ${CRUNCHBIN}.mk
${CRUNCHBIN}.cache: ${CRUNCHBIN}.mk ${CRUNCHBIN}.cache: ${CRUNCHBIN}.mk
[ ! -f ${.TARGET} ] || touch ${.TARGET} [ ! -f ${.TARGET} ] || touch ${.TARGET}
${CRUNCHBIN}.mk: ${CRUNCHBIN}.conf ${CRUNCHBIN}.mk: ${CRUNCHBIN}.conf .PHONY
${CRUNCHENV} ${TOOL_CRUNCHGEN} -f -D ${NETBSDSRCDIR} \ ${CRUNCHENV} ${TOOL_CRUNCHGEN} -f -D ${NETBSDSRCDIR} \
-L ${DESTDIR}/usr/lib -q ${CRUNCHGEN_FLAGS} ${.ALLSRC} -L ${DESTDIR}/usr/lib -q ${CRUNCHGEN_FLAGS} ${.ALLSRC}