View | Details | Raw Unified | Return to bug 99173 | Differences between
and this patch

Collapse All | Expand All

(-)usr.bin/awk/Makefile (-1 / +1 lines)
Lines 31-37 Link Here
31
31
32
.for f in b.c main.c run.c
32
.for f in b.c main.c run.c
33
${f}: ${AWKSRC}/${f} ${.CURDIR}/${f}.diff
33
${f}: ${AWKSRC}/${f} ${.CURDIR}/${f}.diff
34
	patch -s -b .orig -o ${.TARGET} < ${.CURDIR}/${f}.diff ${AWKSRC}/${f}
34
	SIMPLE_BACKUP_SUFFIX='.orig' patch -s -o ${.TARGET} < ${.CURDIR}/${f}.diff ${AWKSRC}/${f}
35
CLEANFILES+= ${f}
35
CLEANFILES+= ${f}
36
.endfor
36
.endfor
37
37

Return to bug 99173