mirror of
https://github.com/rhboot/gnu-efi
synced 2026-08-26 00:26:04 -04:00
Make building outside of this directory work.
Signed-off-by: Peter Jones <pjones@redhat.com>
This commit is contained in:
parent
193ae1aeac
commit
65ecce23f0
1 changed files with 1 additions and 1 deletions
|
|
@ -92,7 +92,7 @@ endif
|
|||
#
|
||||
# Where to build the package
|
||||
#
|
||||
OBJDIR := $(TOPDIR)/$(ARCH)
|
||||
OBJDIR := $(abspath .)/$(ARCH)
|
||||
|
||||
#
|
||||
# Variables below derived from variables above
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue