pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/cross/COMMON Fixed a typo (UES_TOOLS => USE_TOOLS).
details: https://anonhg.NetBSD.org/pkgsrc/rev/2b583d5b6ad5
branches: trunk
changeset: 496388:2b583d5b6ad5
user: rillig <rillig%pkgsrc.org@localhost>
date: Mon Jun 27 15:53:36 2005 +0000
description:
Fixed a typo (UES_TOOLS => USE_TOOLS).
diffstat:
cross/COMMON/cross.mk | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 161fde5d28ae -r 2b583d5b6ad5 cross/COMMON/cross.mk
--- a/cross/COMMON/cross.mk Mon Jun 27 14:08:15 2005 +0000
+++ b/cross/COMMON/cross.mk Mon Jun 27 15:53:36 2005 +0000
@@ -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 @@
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}" \
Home |
Main Index |
Thread Index |
Old Index