summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Garrett <mjg@redhat.com>2012-07-09 10:38:19 -0400
committerMatthew Garrett <mjg@redhat.com>2012-07-09 10:38:19 -0400
commit37e456be5cce38ba957a330f9a61d0e51248621c (patch)
treeb638515866d0910add704627e2f47d4ec0161b6e
parenta3996218ba1bc56e420516161de254987de07d37 (diff)
downloadefi-boot-shim-37e456be5cce38ba957a330f9a61d0e51248621c.tar.gz
efi-boot-shim-37e456be5cce38ba957a330f9a61d0e51248621c.zip
Improve makefile
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 07a9cbe2..1e3a020e 100644
--- 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: