mirror of
https://github.com/Mercury-Language/mercury.git
synced 2025-12-14 05:12:33 +00:00
Estimated hours taken: 0.25 scripts/Mmake.rules: For --use-subdirs, add `-I.' to ALL_MGNUCFLAGS rather than to MGNUCFLAGS. This avoids problems where EXTRA_MGNUCFLAGS and MGNUCFLAGS_FOR_TARGET were being interpreted as gcc options rather than as mgnuc options, because `-I.' is a gcc option rather than an mgnuc option and so all options which follow it are assumed to be gcc options.