diff options
author | johnvg | 2011-03-18 10:47:47 +0000 |
---|---|---|
committer | johnvg | 2011-03-18 10:47:47 +0000 |
commit | 4dcc19ae2d3ca1b4dc7ac9ace3c77786144f250c (patch) | |
tree | b6fb688b6563b6a03322eebbf3a7ae97db4c53d9 /backendC/CleanCompilerSources/Makefile.macosx | |
parent | pass generic info only to instances for OBJECT, CONS and FIELD, (diff) |
update files for the Mac after removing some unused fields and values on Windows
git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@1883 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d
Diffstat (limited to 'backendC/CleanCompilerSources/Makefile.macosx')
-rw-r--r-- | backendC/CleanCompilerSources/Makefile.macosx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/backendC/CleanCompilerSources/Makefile.macosx b/backendC/CleanCompilerSources/Makefile.macosx index 3b274f5..8ce8d7c 100644 --- a/backendC/CleanCompilerSources/Makefile.macosx +++ b/backendC/CleanCompilerSources/Makefile.macosx @@ -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 \ - pattern_match_2.o result_state_database.o sa.o scanner_2.o \ + pattern_match_2.o sa.o scanner_2.o \ set_scope_numbers.o settings.o statesgen.o tcsupport_2.o \ typeconv_2.o version.o \ mac_io.o path_cache.o |