[Libguestfs] [PATCH 2/4] build: Don't re-check generator.ml for each generator_built in daemon directory

Matthew Booth mbooth at redhat.com
Fri Nov 20 18:52:46 UTC 2009


---
 daemon/Makefile.am |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/daemon/Makefile.am b/daemon/Makefile.am
index 9fa8dda..7034bbf 100644
--- a/daemon/Makefile.am
+++ b/daemon/Makefile.am
@@ -28,7 +28,8 @@ generator_built = \
 
 .PHONY: force
 
-$(generator_built): force
+$(generator_build): $(libsrcdir)/stamp-generator
+$(libsrcdir)/stamp-generator: force
 	$(MAKE) -C $(libsrcdir) stamp-generator
 
 BUILT_SOURCES = $(generator_built)
-- 
1.6.5.2




More information about the Libguestfs mailing list