]> xenbits.xensource.com Git - people/julieng/freebsd.git/commitdiff
MK_ELFCOPY_AS_OBJCOPY should be a variable
authoremaste <emaste@FreeBSD.org>
Wed, 29 Jul 2015 21:41:15 +0000 (21:41 +0000)
committeremaste <emaste@FreeBSD.org>
Wed, 29 Jul 2015 21:41:15 +0000 (21:41 +0000)
PR: 201978
Submitted by: O. Hartmann
Differential Revision: https://reviews.freebsd.org/D2887

tools/build/mk/OptionalObsoleteFiles.inc

index 48dbdf595a464559946693fe9c318de8b33743ce..cc0ccf67cf3e20070ade2d3e8063778a845e026e 100644 (file)
@@ -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