aboutsummaryrefslogtreecommitdiffstats
path: root/cparser/Makefile
diff options
context:
space:
mode:
authorxleroy <xleroy@fca1b0fc-160b-0410-b1d3-a4f43f01ea2e>2012-11-03 10:18:41 +0000
committerxleroy <xleroy@fca1b0fc-160b-0410-b1d3-a4f43f01ea2e>2012-11-03 10:18:41 +0000
commitbd93aa7ef9c19a4def8aa64c32faeb04ab2607e9 (patch)
tree38a62d97b26fabaf6bd3f391b7b849db2297238a /cparser/Makefile
parentfccd14d21ad7d4848fad1e11ec56ee28486b08af (diff)
downloadcompcert-bd93aa7ef9c19a4def8aa64c32faeb04ab2607e9.tar.gz
compcert-bd93aa7ef9c19a4def8aa64c32faeb04ab2607e9.zip
Update cparser/Makefile (fix by Jacques-Henri Jourdan)
git-svn-id: https://yquem.inria.fr/compcert/svn/compcert/trunk@2064 fca1b0fc-160b-0410-b1d3-a4f43f01ea2e
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 da2c28b0..3a73ca7c 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 \