From ea8f7f93243092f38517fc6275f07c0d14b9afb1 Mon Sep 17 00:00:00 2001 From: bzt Date: Mon, 1 Aug 2022 11:36:38 +0000 Subject: [PATCH] Keep ALSO rules at last --- uefi/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/uefi/Makefile b/uefi/Makefile index 462c221..2210d23 100644 --- a/uefi/Makefile +++ b/uefi/Makefile @@ -70,7 +70,7 @@ else ALLTARGETS = uefi/crt_$(ARCH).o uefi/libuefi.a $(OBJS) $(TARGET) endif -all: $(OUTDIR) $(ALSO) $(EXTRA) $(ALLTARGETS) +all: $(OUTDIR) $(EXTRA) $(ALLTARGETS) $(ALSO) ifneq ($(OUTDIR),) $(OUTDIR):