From: Ben Gras Date: Sun, 27 Jun 2010 23:47:59 +0000 (+0000) Subject: sep ${.OBJDIR} fixes by Antoine Leica. X-Git-Tag: v3.1.8~323 X-Git-Url: http://zhaoyanbai.com/repos/man.dnssec-keygen.html?a=commitdiff_plain;h=b9f53528eee7e9e510df2a45ee396b1fda3a41a3;p=minix.git sep ${.OBJDIR} fixes by Antoine Leica. --- 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