git.annexia.org
/
libguestfs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8b135cb
)
build: Don't re-check generator.ml for each generator_built in daemon directory
author
Matthew Booth
<mbooth@redhat.com>
Fri, 20 Nov 2009 18:05:49 +0000
(18:05 +0000)
committer
Richard Jones
<rjones@redhat.com>
Sat, 21 Nov 2009 21:13:12 +0000
(21:13 +0000)
daemon/Makefile.am
patch
|
blob
|
history
diff --git
a/daemon/Makefile.am
b/daemon/Makefile.am
index
9fa8dda
..
7034bbf
100644
(file)
--- 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)