[Libguestfs] [PATCH 3/3] build: depend on bin2s.pl for ext2init-bin.S

Pino Toscano ptoscano at redhat.com
Fri May 2 10:29:09 UTC 2014


---
 src/Makefile.am | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/Makefile.am b/src/Makefile.am
index 77aa611..bada3bb 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -144,7 +144,7 @@ CLEANFILES += ext2init-bin.S
 ext2init-bin.o: ext2init-bin.S
 	$(CC) -o $@ -c $<
 
-ext2init-bin.S: init
+ext2init-bin.S: init $(srcdir)/bin2s.pl
 	strip --strip-all $<
 	@file $< | grep -isq static || \
 	  (echo "*** error: init is not staticly linked"; exit 1)
-- 
1.9.0




More information about the Libguestfs mailing list