diff options
| author | tsutsui <tsutsui@NetBSD.org> | 2014-02-15 13:34:28 +0000 |
|---|---|---|
| committer | tsutsui <tsutsui@NetBSD.org> | 2014-02-15 13:34:28 +0000 |
| commit | bbdcf655395742e2c672a5ba3e177682b3b8a3a4 (patch) | |
| tree | b1a9814afe7e2c3e5b9f681e0dd5b4191f04c2bd /tools/binutils | |
| parent | 663a6b84cfc8c94473a9e782d4b9123000be5476 (diff) | |
No need to specify ${.OBJDIR} for target files.
It rather fails if MKHOSTOBJ=yes.
Diffstat (limited to 'tools/binutils')
| -rw-r--r-- | tools/binutils/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tools/binutils/Makefile b/tools/binutils/Makefile index 0f89c71fd1f..8ce7d277f66 100644 --- a/tools/binutils/Makefile +++ b/tools/binutils/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.23 2014/01/29 23:35:13 joerg Exp $ +# $NetBSD: Makefile,v 1.24 2014/02/15 13:34:28 tsutsui Exp $ .include <bsd.own.mk> @@ -16,12 +16,12 @@ CONFIGURE_ARGS= --target=${MACHINE_GNU_PLATFORM} --disable-nls \ --disable-werror \ ${BRANDING} -${.OBJDIR}/build/gas/m68k-parse.c: ${GNUHOSTDIST}/gas/m68k-parse.c +build/gas/m68k-parse.c: ${GNUHOSTDIST}/gas/m68k-parse.c @mkdir build 2>/dev/null || true @mkdir build/gas 2>/dev/null || true cat ${GNUHOSTDIST}/gas/m68k-parse.c > ${.TARGET} -.configure_done: ${.OBJDIR}/build/gas/m68k-parse.c +.configure_done: build/gas/m68k-parse.c MAKE_ARGS= MACHINE= MAKEINFO=${TOOL_MAKEINFO:Q} |
