]> git.proxmox.com Git - efi-boot-shim.git/commitdiff
Improve makefile
authorMatthew Garrett <mjg@redhat.com>
Mon, 9 Jul 2012 14:38:19 +0000 (10:38 -0400)
committerMatthew Garrett <mjg@redhat.com>
Mon, 9 Jul 2012 14:38:19 +0000 (10:38 -0400)
Makefile

index 07a9cbe238694ed314c0c3eb209b85b5ab4a1123..1e3a020e71e0f7af2da0d22da0d0055bdf7a5e69 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -27,11 +27,11 @@ TARGET              = shim.efi
 OBJS           = shim.o shim.so
 SOURCES                = shim.c shim.h signature.h PeImage.h cert.h
 
-all: Cryptlib/libcryptlib.a Cryptlib/OpenSSL/libopenssl.a $(TARGET)
+all: $(TARGET)
 
 shim.o: $(SOURCES)
 
-shim.so: $(OBJS)
+shim.so: $(OBJS) Cryptlib/libcryptlib.a Cryptlib/OpenSSL/libopenssl.a
        $(LD) -o $@ $(LDFLAGS) $^ $(EFI_LIBS)
 
 Cryptlib/libcryptlib.a: