Make the crunchgen generated makefile regen on each run
This commit is contained in:
parent
1bd5227b67
commit
d177a1d5bf
@ -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
|
||||
#
|
||||
@ -48,7 +48,7 @@ ${CRUNCHBIN}.c: ${CRUNCHBIN}.mk
|
||||
${CRUNCHBIN}.cache: ${CRUNCHBIN}.mk
|
||||
[ ! -f ${.TARGET} ] || touch ${.TARGET}
|
||||
|
||||
${CRUNCHBIN}.mk: ${CRUNCHBIN}.conf
|
||||
${CRUNCHBIN}.mk: ${CRUNCHBIN}.conf .PHONY
|
||||
${CRUNCHENV} ${TOOL_CRUNCHGEN} -f -D ${NETBSDSRCDIR} \
|
||||
-L ${DESTDIR}/usr/lib -q ${CRUNCHGEN_FLAGS} ${.ALLSRC}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user