mirror of
https://gitlab.com/bztsrc/posix-uefi
synced 2026-08-26 10:23:04 -04:00
Moved EXTRA too
This commit is contained in:
parent
7b4c73ff49
commit
160e0ac938
1 changed files with 1 additions and 1 deletions
|
|
@ -70,7 +70,7 @@ else
|
|||
ALLTARGETS = uefi/crt_$(ARCH).o uefi/libuefi.a $(OBJS) $(TARGET)
|
||||
endif
|
||||
|
||||
all: $(OUTDIR) $(ALSO) $(ALLTARGETS) $(EXTRA)
|
||||
all: $(OUTDIR) $(ALSO) $(EXTRA) $(ALLTARGETS)
|
||||
|
||||
ifneq ($(OUTDIR),)
|
||||
$(OUTDIR):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue