summaryrefslogtreecommitdiffstats
path: root/gnu-efi-3.0/gnuefi/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'gnu-efi-3.0/gnuefi/Makefile')
-rw-r--r--gnu-efi-3.0/gnuefi/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu-efi-3.0/gnuefi/Makefile b/gnu-efi-3.0/gnuefi/Makefile
index d450081..d01ca80 100644
--- a/gnu-efi-3.0/gnuefi/Makefile
+++ b/gnu-efi-3.0/gnuefi/Makefile
@@ -51,7 +51,7 @@ TARGETS = crt0-efi-$(ARCH).o libgnuefi.a
all: $(TARGETS)
-libgnuefi.a: libgnuefi.a($(OBJS))
+libgnuefi.a: $(patsubst %,libgnuefi.a(%),$(OBJS))
clean:
rm -f $(TARGETS) *~ *.o $(OBJS)