diff options
author | johnvg | 2003-10-06 14:11:50 +0000 |
---|---|---|
committer | johnvg | 2003-10-06 14:11:50 +0000 |
commit | 5e80c2285b274e7a4fc251e2311bbf7e748cf09a (patch) | |
tree | 74d7d62bd6e2d155b4e7e04aafe22326a180f4df /backendC/CleanCompilerSources/Makefile | |
parent | fix ArgEnvUnix path and compiler (now frontend) path (diff) |
use pattern_match_2.c instead of pattern_match.c
git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@1381 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d
Diffstat (limited to 'backendC/CleanCompilerSources/Makefile')
-rw-r--r-- | backendC/CleanCompilerSources/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/backendC/CleanCompilerSources/Makefile b/backendC/CleanCompilerSources/Makefile index a98c7de..08ae3f8 100644 --- a/backendC/CleanCompilerSources/Makefile +++ b/backendC/CleanCompilerSources/Makefile @@ -8,7 +8,7 @@ OBJECTS = \ backend.o backendsupport.o buildtree.o checker_2.o checksupport.o \ cocl.o codegen1.o codegen2.o codegen3.o codegen.o comparser_2.o \ compiler.o comsupport.o dbprint.o instructions.o optimisations.o \ - overloading_2.o pattern_match.o result_state_database.o sa.o \ + overloading_2.o pattern_match_2.o result_state_database.o sa.o \ scanner_2.o set_scope_numbers.o settings.o unix_io.o statesgen.o \ tcsupport_2.o typechecker2_2.o typechecker_2.o typeconv_2.o version.o |