summaryrefslogtreecommitdiff
path: root/src/grp-boot
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@sbcglobal.net>2016-06-12 23:49:48 -0400
committerLuke Shumaker <lukeshu@sbcglobal.net>2016-06-12 23:49:48 -0400
commit6724edf48bf8c7b88f2d1e62c3d91c846de76248 (patch)
tree8d732e0b72c3cf7dbeec77aa8865d9eafc4f27a1 /src/grp-boot
parentf0d6fb6fa9e817539e960b1ce70bd4f367646875 (diff)
fix
Diffstat (limited to 'src/grp-boot')
-rw-r--r--src/grp-boot/systemd-boot/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/grp-boot/systemd-boot/Makefile b/src/grp-boot/systemd-boot/Makefile
index f2a0ed47cb..2a56560c2c 100644
--- a/src/grp-boot/systemd-boot/Makefile
+++ b/src/grp-boot/systemd-boot/Makefile
@@ -84,11 +84,11 @@ EFI_FORMAT = --target=efi-app-$(EFI_ARCH)
endif # ARCH_AARCH64
$(outdir)/%.o: $(srcdir)/%.c
- $(AM_V_CC)$(EFI_CC) $(efi_cppflags) $(efi_cflags) -c $< -o $@
+ $(AM_V_EFI_CC)$(EFI_CC) $(efi_cppflags) $(efi_cflags) -c $< -o $@
$(outdir)/%.so:
@if test $(words $^) = 0; then echo 'Cannot link EFI library with no dependencies: $@' >&2; exit 1; fi
- $(AM_V_CCLD)$(LD) $(efi_ldflags) $^ -o $@ -lefi -lgnuefi $(shell $(CC) -print-libgcc-file-name)
+ $(AM_V_EFI_CCLD)$(LD) $(efi_ldflags) $^ -o $@ -lefi -lgnuefi $(shell $(CC) -print-libgcc-file-name)
$(AM_V_at)! { nm -D -u $@ | grep ' U '; }
# These next 2 are the same rule