From 6f30976f6a944c2af51bfa56b27376b93b03a00e Mon Sep 17 00:00:00 2001 From: rillig Date: Mon, 27 Jun 2005 15:53:36 +0000 Subject: Fixed a typo (UES_TOOLS => USE_TOOLS). --- cross/COMMON/cross.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'cross') diff --git a/cross/COMMON/cross.mk b/cross/COMMON/cross.mk index 8d8d259b03f..b8ca10d4aeb 100644 --- a/cross/COMMON/cross.mk +++ b/cross/COMMON/cross.mk @@ -1,4 +1,4 @@ -# $NetBSD: cross.mk,v 1.35 2005/06/20 05:24:53 kristerw Exp $ +# $NetBSD: cross.mk,v 1.36 2005/06/27 15:53:36 rillig Exp $ # Shared definitions for building a cross-compile environment. @@ -162,7 +162,7 @@ USE_TOOLS+= gmake CC_FOR_TARGET= ${EGCS_WRKSRC}/gcc/xgcc -B${EGCS_WRKSRC}/gcc/ ${CFLAGS_FOR_TARGET} CXX_FOR_TARGET= ${CC_FOR_TARGET} -UES_TOOLS+= chmod +USE_TOOLS+= chmod EGCS_MAKE_FLAGS= CFLAGS="${CFLAGS}" CXXFLAGS="${CXXFLAGS}" \ CC_FOR_TARGET="${CC_FOR_TARGET}" \ GCC_FOR_TARGET="${CC_FOR_TARGET}" \ -- cgit v1.2.3