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/groff/src/libs | |
| parent | 89799ead73e9671c68327c04a475cc5762a86697 (diff) | |
Use ${TOOL_SED} instead if plain sed in Makefiles.
Diffstat (limited to 'gnu/usr.bin/groff/src/libs')
| -rw-r--r-- | gnu/usr.bin/groff/src/libs/libgroff/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/usr.bin/groff/src/libs/libgroff/Makefile b/gnu/usr.bin/groff/src/libs/libgroff/Makefile index 3b42a3c7ee6..d1fdfff737e 100644 --- a/gnu/usr.bin/groff/src/libs/libgroff/Makefile +++ b/gnu/usr.bin/groff/src/libs/libgroff/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2008/05/03 14:48:30 lukem Exp $ +# $NetBSD: Makefile,v 1.10 2008/10/25 22:27:35 apb Exp $ # $FreeBSD: src/gnu/usr.bin/groff/src/libs/libgroff/Makefile,v 1.5 2003/05/01 13:22:19 ru Exp $ @@ -32,5 +32,5 @@ version.cpp: ${GROFF_DIST}/VERSION ${GROFF_DIST}/REVISION echo 'const char *version_string = "'$$v'";' ;\ echo 'const char *revision_string = "'$$r'";' ;\ echo 'extern "C" const char *Version_string = "'$$v'.'$$r'";' |\ - sed -e 's/\.0\"/\"/'; \ + ${TOOL_SED} -e 's/\.0\"/\"/'; \ ) > ${.TARGET} |
