summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorAlain Frisch <alain@frisch.fr>2010-05-21 15:06:01 +0000
committerAlain Frisch <alain@frisch.fr>2010-05-21 15:06:01 +0000
commitbaceb82d5cd0a738ebbdddd11df71dea9a3a900b (patch)
tree55b5aa85874d1694152f40fdbbd4748ef604884c /Makefile
parent1cb53ee05aae70997e00b89ec971351d2350c217 (diff)
downloadocaml-baceb82d5cd0a738ebbdddd11df71dea9a3a900b.tar.gz
Keep location on type declarations.
git-svn-id: http://caml.inria.fr/svn/ocaml/branches/located_errors@10454 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 7c7607f3ab..4b8b9a5d25 100644
--- a/Makefile
+++ b/Makefile
@@ -113,6 +113,7 @@ OPTOBJS=$(OPTUTILS) $(PARSING) $(TYPING) $(COMP) $(ASMCOMP) $(OPTDRIVER)
EXPUNGEOBJS=utils/misc.cmo utils/tbl.cmo \
utils/config.cmo utils/clflags.cmo \
typing/ident.cmo typing/path.cmo typing/types.cmo typing/btype.cmo \
+ utils/warnings.cmo parsing/linenum.cmo parsing/location.cmo \
typing/predef.cmo bytecomp/runtimedef.cmo bytecomp/bytesections.cmo \
bytecomp/dll.cmo bytecomp/meta.cmo bytecomp/symtable.cmo toplevel/expunge.cmo