X-Git-Url: http://git.annexia.org/?p=virt-top.git;a=blobdiff_plain;f=Make.rules.in;h=b22fdf64ac99e28501e87e74addb1003589776e9;hp=6a567281b3c1ec1dd4b03a085042bd82d496fd57;hb=b9320ec4678a8a7bb88a8b8aa72805b79ce48daf;hpb=b858ee135c0814f1781cc16802a7b538d5f047a7 diff --git a/Make.rules.in b/Make.rules.in index 6a56728..b22fdf6 100644 --- 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)