Skip to content

Commit

Permalink
no need to copy ml/i around
Browse files Browse the repository at this point in the history
  • Loading branch information
hannesm committed Jul 7, 2018
1 parent baa74cd commit ea9e6a0
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions lib/freestanding/jbuild
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@
(c_flags (:include cflags.sexp))))

(rule (copy# ../bigstringaf_stubs.c bigstringaf_stubs.c))
(rule (copy# ../bigstringaf.ml bigstringaf.ml))
(rule (copy# ../bigstringaf.mli bigstringaf.mli))

(rule
((targets (cflags.sexp))
Expand Down
2 changes: 0 additions & 2 deletions lib/xen/jbuild
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@
(c_flags (:include cflags.sexp))))

(rule (copy# ../bigstringaf_stubs.c bigstringaf_stubs.c))
(rule (copy# ../bigstringaf.ml bigstringaf.ml))
(rule (copy# ../bigstringaf.mli bigstringaf.mli))

(rule
((targets (cflags.sexp))
Expand Down

0 comments on commit ea9e6a0

Please sign in to comment.