Skip to content

Commit

Permalink
Merge pull request #100 from heroxbd/master
Browse files Browse the repository at this point in the history
Makefile.OCaml: fswatch.cmi depends on ubase/prefs.cmi.
  • Loading branch information
bcpierce00 committed Oct 26, 2017
2 parents 65cee1b + 5ca5142 commit 8634bd9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Makefile.OCaml
Expand Up @@ -427,6 +427,8 @@ win32rc/unison.res.lib: win32rc/unison.res
@echo "$(CAMLC): $< ---> $@"
$(CAMLC) $(CAMLFLAGS) -c $(CWD)/$<

fswatch.cmi : ubase/prefs.cmi

%.cmo: %.ml
@echo "$(OCAMLC): $< ---> $@"
$(OCAMLC) $(CAMLFLAGS) -c $(CWD)/$<
Expand Down

0 comments on commit 8634bd9

Please sign in to comment.