From 931b660ce6950937dafa22fcea4793d2b19449c1 Mon Sep 17 00:00:00 2001 From: kris Date: Thu, 10 Jul 2003 05:29:56 +0000 Subject: Correct makefile syntax error in r1.375. --- Makefile.inc1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.inc1') diff --git a/Makefile.inc1 b/Makefile.inc1 index 65d5ef9..7bdba41 100644 --- a/Makefile.inc1 +++ b/Makefile.inc1 @@ -754,7 +754,7 @@ _btxld= usr.sbin/btxld .if (defined(RESCUE) || \ defined(RELEASEDIR)) && \ - (${TARGET_ARCH} != ${MACHINE_ARCH} || ${BOOTSTRAPPING} < 501101) + ( ${TARGET_ARCH} != ${MACHINE_ARCH} || ${BOOTSTRAPPING} < 501101 ) _crunchide= usr.sbin/crunch/crunchide .endif -- cgit v1.1