diff options
| author | apb <apb@NetBSD.org> | 2008-10-25 22:27:34 +0000 |
|---|---|---|
| committer | apb <apb@NetBSD.org> | 2008-10-25 22:27:34 +0000 |
| commit | f46c1de7cbdec5bc8a818069ff8760cb0b3581d2 (patch) | |
| tree | 5c3118f28e2161d36621caa1dc75ffe469312e1f /gnu/usr.bin/binutils | |
| parent | 89799ead73e9671c68327c04a475cc5762a86697 (diff) | |
Use ${TOOL_SED} instead if plain sed in Makefiles.
Diffstat (limited to 'gnu/usr.bin/binutils')
| -rw-r--r-- | gnu/usr.bin/binutils/c++filt/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/usr.bin/binutils/c++filt/Makefile b/gnu/usr.bin/binutils/c++filt/Makefile index 46207089501..af6c93d8ea5 100644 --- a/gnu/usr.bin/binutils/c++filt/Makefile +++ b/gnu/usr.bin/binutils/c++filt/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2003/10/21 10:01:20 lukem Exp $ +# $NetBSD: Makefile,v 1.15 2008/10/25 22:27:35 apb Exp $ PROG= c++filt CPPFLAGS+= -DMAIN @@ -12,4 +12,4 @@ CLEANFILES+= c++filt.1 c++filt.1: ${DIST}/binutils/doc/cxxfilt.man ${_MKTARGET_CREATE} - sed -e "s/@PROGRAM@/${PROG}/" < $> > $@ + ${TOOL_SED} -e "s/@PROGRAM@/${PROG}/" < $> > $@ |
