|
|
| version 1.3, 2004/02/03 03:47:11 | version 1.4, 2004/02/24 18:04:20 |
|---|---|
| Line 88 underscore.c: Makefile | Line 88 underscore.c: Makefile |
| echo '/*WARNING: This file is automatically generated!*/' >${.TARGET} | echo '/*WARNING: This file is automatically generated!*/' >${.TARGET} |
| echo "int prepends_underscore = ${UNDERSCORES};" >>${.TARGET} | echo "int prepends_underscore = ${UNDERSCORES};" >>${.TARGET} |
| CLEANFILES+= c-format.c | |
| c-format.c: ${GCCDIR}/gcc/c-format.c bsd-printf.patch | |
| patch -o ${.OBJDIR}/c-format.c -i ${.CURDIR}/bsd-printf.patch ${GCCDIR}/gcc/c-format.c | |
| .include <bsd.lib.mk> | .include <bsd.lib.mk> |