mirror of
https://gitlab.com/bztsrc/posix-uefi.git
synced 2025-07-19 17:31:02 +02:00
Removed ar -f flag, fixed issue #55
This commit is contained in:
parent
ab6f1c382c
commit
5fbf2d61e9
1 changed files with 1 additions and 1 deletions
|
@ -89,7 +89,7 @@ libuefi.lib: $(LIBOBJS)
|
|||
|
||||
libuefi.a: $(LIBOBJS)
|
||||
@rm $@ 2>/dev/null || true
|
||||
$(AR) -frsv $@ $(LIBOBJS) >/dev/null
|
||||
$(AR) -rsv $@ $(LIBOBJS) >/dev/null
|
||||
|
||||
$(TARGET): $(addprefix $(OUTDIR),$(TARGET).so)
|
||||
ifneq ($(USE_GCC),)
|
||||
|
|
Loading…
Reference in a new issue