diff --git a/commands/ash/Makefile b/commands/ash/Makefile index 9eae2c35a..86991e8c6 100644 --- a/commands/ash/Makefile +++ b/commands/ash/Makefile @@ -78,7 +78,7 @@ signames.c signames.h: mksignames .ORDER: operators.c operators.h operators.c operators.h: mkexpr unary_op binary_op - sh bltin/mkexpr bltin/unary_op bltin/binary_op + sh ${.CURDIR}/bltin/mkexpr ${.CURDIR}/bltin/unary_op ${.CURDIR}/bltin/binary_op arith.h: arith.c arith.c: arith.y