summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authoremaste <emaste@FreeBSD.org>2015-07-29 21:41:15 +0000
committeremaste <emaste@FreeBSD.org>2015-07-29 21:41:15 +0000
commite338e2a1cf174cd6a7aeffcaefc4cf8495e138d4 (patch)
treeefc9d5bcbd95e618650b89abd36a3632f254b88a /tools
parentaebe5a7c16697ce65d9551bed243298599f7d3dc (diff)
downloadFreeBSD-src-e338e2a1cf174cd6a7aeffcaefc4cf8495e138d4.zip
FreeBSD-src-e338e2a1cf174cd6a7aeffcaefc4cf8495e138d4.tar.gz
MK_ELFCOPY_AS_OBJCOPY should be a variable
PR: 201978 Submitted by: O. Hartmann Differential Revision: https://reviews.freebsd.org/D2887
Diffstat (limited to 'tools')
-rw-r--r--tools/build/mk/OptionalObsoleteFiles.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/build/mk/OptionalObsoleteFiles.inc b/tools/build/mk/OptionalObsoleteFiles.inc
index 48dbdf5..cc0ccf6 100644
--- a/tools/build/mk/OptionalObsoleteFiles.inc
+++ b/tools/build/mk/OptionalObsoleteFiles.inc
@@ -1651,7 +1651,7 @@ OLD_FILES+=usr/share/nls/uk_UA.KOI8-U/ee.cat
.endif
.if ${MK_ELFTOOLCHAIN_TOOLS} == no || \
- (${MK_ELFTOOLCHAIN_TOOLS} != no && MK_ELFCOPY_AS_OBJCOPY != no)
+ (${MK_ELFTOOLCHAIN_TOOLS} != no && ${MK_ELFCOPY_AS_OBJCOPY} != no)
OLD_FILES+=usr/bin/elfcopy
OLD_FILES+=usr/share/man/man1/elfcopy.1.gz
.endif
OpenPOWER on IntegriCloud