diff options
author | xleroy <xleroy@fca1b0fc-160b-0410-b1d3-a4f43f01ea2e> | 2012-11-03 10:18:41 +0000 |
---|---|---|
committer | xleroy <xleroy@fca1b0fc-160b-0410-b1d3-a4f43f01ea2e> | 2012-11-03 10:18:41 +0000 |
commit | bd93aa7ef9c19a4def8aa64c32faeb04ab2607e9 (patch) | |
tree | 38a62d97b26fabaf6bd3f391b7b849db2297238a /cparser/Makefile | |
parent | fccd14d21ad7d4848fad1e11ec56ee28486b08af (diff) |
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/Makefile | 2 |
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 \ |