Don't need the ': device' typecasts any more.
[virt-top.git] / Make.rules.in
old mode 100755 (executable)
new mode 100644 (file)
index 6a56728..b22fdf6
@@ -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)