aboutsummaryrefslogtreecommitdiff
path: root/sysutils/devcpu-data
diff options
context:
space:
mode:
authorSean Bruno <sbruno@FreeBSD.org>2021-07-30 20:48:46 +0000
committerSean Bruno <sbruno@FreeBSD.org>2021-07-30 20:53:48 +0000
commit38c41132b06b566c476f09167431a4446db6170b (patch)
tree4919c386ffc0f055d2c3c983aafb5ba000c2134e /sysutils/devcpu-data
parent09281d001d9c3f0e4a47deb1e45c49cbe56665c5 (diff)
downloadports-38c41132b06b566c476f09167431a4446db6170b.tar.gz
ports-38c41132b06b566c476f09167431a4446db6170b.zip
Diffstat (limited to 'sysutils/devcpu-data')
-rw-r--r--sysutils/devcpu-data/files/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/devcpu-data/files/Makefile b/sysutils/devcpu-data/files/Makefile
index 820c3235ee67..975279ec2a14 100644
--- a/sysutils/devcpu-data/files/Makefile
+++ b/sysutils/devcpu-data/files/Makefile
@@ -12,7 +12,7 @@ ucode: ucode-split
# Use the host cc to compile ucode-split in case of cross-compile
ucode-split: ucode-split.c
- cc ucode-split.c -o $@
+ ${CC} ucode-split.c -o $@
clean:
rm -rf $(OUTPUT_DIR) ucode-split