mirror of
https://github.com/Mercury-Language/mercury.git
synced 2025-12-12 20:34:19 +00:00
Estimated hours taken: 1.5 Branches: main My change to fix the handling of target specific MCFLAGS variables didn't work with `--split-c-files'. compiler/modules.m: Fix some bugs in the handling of `--split-c-files': - Make `--split-c-files' work where the module name doesn't match the file name. - $(MCFLAGS-module) wasn't being passed to mmc when `module.dir/*.o' were being rebuilt (it was being passed when the files were being built from scratch). scripts/Mmake.rules: The pattern rule for `%.dir/*.o' is now redundant, so remove it.