From b9f53528eee7e9e510df2a45ee396b1fda3a41a3 Mon Sep 17 00:00:00 2001 From: Ben Gras Date: Sun, 27 Jun 2010 23:47:59 +0000 Subject: [PATCH] sep ${.OBJDIR} fixes by Antoine Leica. --- commands/ash/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.44.0