sysutils/devcpu-data: respect CC

No need to bump PORTREVISION as this only fixes a build that never
worked before this commit.

PR: 257459
Reported by: evgeniy@khramtsov.org
This commit is contained in:
Sean Bruno 2021-07-30 14:48:46 -06:00
parent 09281d001d
commit 38c41132b0

View file

@ -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