summaryrefslogtreecommitdiff
path: root/cparser/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'cparser/Makefile')
-rw-r--r--cparser/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/cparser/Makefile b/cparser/Makefile
index da2c28b..3a73ca7 100644
--- a/cparser/Makefile
+++ b/cparser/Makefile
@@ -9,7 +9,7 @@ LIBDIR=`$(OCAMLC) -where`/cparser
INTFS=C.mli
-SRCS=Errors.ml Cabs.ml Cabshelper.ml Parse_aux.ml Parser.ml Lexer.ml \
+SRCS=Cerrors.ml Cabs.ml Cabshelper.ml Parse_aux.ml Parser.ml Lexer.ml \
Machine.ml \
Env.ml Cprint.ml Cutil.ml Ceval.ml \
Builtins.ml GCC.ml \