mirror of
https://github.com/Mercury-Language/mercury.git
synced 2026-04-17 02:13:54 +00:00
About a week ago, Julien added targets to */Mmakefile to build .cs files.
These referred to undefined mmake variables of the form "program_name.css".
compiler/write_deps_file.m:
Add rules to generate definitions for "program_name.css".
Following the pattern of similar definitions such as program_name.javas,
these refer to other mmake variables css_subdir and cs_date_subdir.
scripts/Mmake.vars.in:
Add definitions for css_subdir and cs_date_subdir.