diff options
| author | plunky <plunky@NetBSD.org> | 2006-10-05 20:40:12 +0000 |
|---|---|---|
| committer | plunky <plunky@NetBSD.org> | 2006-10-05 20:40:12 +0000 |
| commit | c2f3e8c67bc405db9e3d3f74749e300e9e8ce4ba (patch) | |
| tree | 490bfccebceb6a95d2b68082e52479133a0a817d /gnu/usr.bin/binutils | |
| parent | d1c132b639ee54a7bf19d233134d6bfc1f4c8ba9 (diff) | |
Override the lex rules after <bsd.prog.mk> to prevent the reachover build
from trying to build arlex.c in a readonly filesystem
Diffstat (limited to 'gnu/usr.bin/binutils')
| -rw-r--r-- | gnu/usr.bin/binutils/common/Makefile.prog | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/gnu/usr.bin/binutils/common/Makefile.prog b/gnu/usr.bin/binutils/common/Makefile.prog index 420a3a914df..a234059edc3 100644 --- a/gnu/usr.bin/binutils/common/Makefile.prog +++ b/gnu/usr.bin/binutils/common/Makefile.prog @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.prog,v 1.7 2003/11/27 15:02:21 mrg Exp $ +# $NetBSD: Makefile.prog,v 1.8 2006/10/05 20:40:12 plunky Exp $ # # Common Makefile fragment for a binutils program. # @@ -49,8 +49,9 @@ LDADD+= -L${IBERTYOBJ} -liberty DPADD+= ${IBERTYOBJ}/libiberty.a .endif -.y.c .l.c: - .PATH: ${DIST}/binutils ${DIST}/binutils/doc .include <bsd.prog.mk> + +# Override the .y.c and .y.l rules *after* <bsd.prog.mk> +.y.c .l.c: |
