summaryrefslogtreecommitdiffstats
path: root/sys/conf/files.amd64
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2012-09-12 13:58:18 +0000
committerobrien <obrien@FreeBSD.org>2012-09-12 13:58:18 +0000
commit0a297753318f752e086ba8e53898f99eb56c0133 (patch)
treee857aa88131f0d147829b096a33a2772c72e6a1b /sys/conf/files.amd64
parent907a148c9fb470dbf8e24ed46c37ef13788929e6 (diff)
downloadFreeBSD-src-0a297753318f752e086ba8e53898f99eb56c0133.zip
FreeBSD-src-0a297753318f752e086ba8e53898f99eb56c0133.tar.gz
Replace a bare use of 'objcopy' with ${OBJCOPY} for easier cross compilation
in environments where 'objcopy' is spelled differently. Submitted by: John Van Horne <jvanhorne@juniper.net>
Diffstat (limited to 'sys/conf/files.amd64')
-rw-r--r--sys/conf/files.amd642
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/conf/files.amd64 b/sys/conf/files.amd64
index d73fc6a..0f71560 100644
--- a/sys/conf/files.amd64
+++ b/sys/conf/files.amd64
@@ -79,7 +79,7 @@ acpi_wakecode.o optional acpi \
clean "acpi_wakecode.o"
acpi_wakecode.bin optional acpi \
dependency "acpi_wakecode.o" \
- compile-with "objcopy -S -O binary acpi_wakecode.o ${.TARGET}" \
+ compile-with "${OBJCOPY} -S -O binary acpi_wakecode.o ${.TARGET}" \
no-obj no-implicit-rule before-depend \
clean "acpi_wakecode.bin"
acpi_wakecode.h optional acpi \
OpenPOWER on IntegriCloud