git.annexia.org
/
virt-top.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5c18720
)
Allow extra OCAMLDEPFLAGS to be passed, eg to make syntax extensions possible.
author
Richard W.M. Jones
<rjones@redhat.com>
Mon, 14 Apr 2008 16:46:15 +0000
(17:46 +0100)
committer
Richard W.M. Jones
<rjones@redhat.com>
Mon, 14 Apr 2008 16:46:15 +0000
(17:46 +0100)
Make.rules.in
patch
|
blob
|
history
diff --git
a/Make.rules.in
b/Make.rules.in
index
6a56728
..
b22fdf6
100644
(file)
--- a/
Make.rules.in
+++ b/
Make.rules.in
@@
-47,11
+47,11
@@
depend: .depend
ifneq ($(OCAMLFIND),)
.depend: $(wildcard *.mli) $(wildcard *.ml)
rm -f .depend
- $(OCAMLFIND) ocamldep $(OCAMLCPACKAGES) $^ > $@
+ $(OCAMLFIND) ocamldep $(OCAMLCPACKAGES) $
(OCAMLDEPFLAGS) $
^ > $@
else
.depend: $(wildcard *.mli) $(wildcard *.ml)
rm -f .depend
- $(OCAMLDEP) $(OCAMLCINCS) $^ > $@
+ $(OCAMLDEP) $(OCAMLCINCS) $
(OCAMLDEPFLAGS) $
^ > $@
endif
ifeq ($(wildcard .depend),.depend)