Skip to content

Commit

Permalink
Build: remove topdirs.cmi warning suppression
Browse files Browse the repository at this point in the history
The new jbuilder build system, added in #374, does not emit warnings
about duplicate topdirs.cmi files.
  • Loading branch information
aantron committed Jun 14, 2017
1 parent 6649ef6 commit af0ae5b
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,6 @@
#
# Generic Makefile for oasis project

# Suppress duplicate topdirs.cmi warnings.
OCAMLFIND_IGNORE_DUPS_IN = $(shell ocamlfind query compiler-libs)
export OCAMLFIND_IGNORE_DUPS_IN

# Default rule
default: build

Expand Down

0 comments on commit af0ae5b

Please sign in to comment.