diff options
Diffstat (limited to 'bin/sh')
-rw-r--r-- | bin/sh/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/sh/Makefile b/bin/sh/Makefile index d3422b4..a3e2c40 100644 --- a/bin/sh/Makefile +++ b/bin/sh/Makefile @@ -52,11 +52,11 @@ mksyntax: mksyntax.o ${BUILD_TOOLS_META} .ORDER: nodes.c nodes.h nodes.c nodes.h: mknodes nodetypes nodes.c.pat - ./mknodes ${.CURDIR}/nodetypes ${.CURDIR}/nodes.c.pat + ${BTOOLSPATH:U.}/mknodes ${.CURDIR}/nodetypes ${.CURDIR}/nodes.c.pat .ORDER: syntax.c syntax.h syntax.c syntax.h: mksyntax - ./mksyntax + ${BTOOLSPATH:U.}/mksyntax token.h: mktokens sh ${.CURDIR}/mktokens |