[syslinux:master] mk/efi.mk: Add libefi.a dependency

syslinux-bot for Gene Cumm gene.cumm at gmail.com
Sun Feb 23 10:57:07 PST 2014


Commit-ID:  819783d0c8b5af43423e9e5bbe0e233c728d6346
Gitweb:     http://www.syslinux.org/commit/819783d0c8b5af43423e9e5bbe0e233c728d6346
Author:     Gene Cumm <gene.cumm at gmail.com>
AuthorDate: Sat, 22 Feb 2014 12:00:47 -0500
Committer:  Gene Cumm <gene.cumm at gmail.com>
CommitDate: Sat, 22 Feb 2014 12:00:47 -0500

mk/efi.mk: Add libefi.a dependency

Signed-off-by: Gene Cumm <gene.cumm at gmail.com>

---
 mk/efi.mk | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/mk/efi.mk b/mk/efi.mk
index 3390cfc..f90ce5c 100644
--- a/mk/efi.mk
+++ b/mk/efi.mk
@@ -55,11 +55,11 @@ $(LIBEFI):
 %.o: %.c
 
 .PRECIOUS: %.o
-%.o: %.S
+%.o: %.S $(LIBEFI)
 	$(CC) $(SFLAGS) -c -o $@ $<
 
 .PRECIOUS: %.o
-%.o: %.c
+%.o: %.c $(LIBEFI)
 	$(CC) $(CFLAGS) -c -o $@ $<
 
 #%.efi: %.so


More information about the Syslinux-commits mailing list