mirror of
https://github.com/Mercury-Language/mercury.git
synced 2025-12-12 20:34:19 +00:00
Fix a bug which caused Mmake to ignore the
Estimated hours taken: 0.1 Branches: main scripts/mmake.in: Fix a bug which caused Mmake to ignore the value of MERCURY_CONFIG_DIR.
This commit is contained in:
@@ -71,8 +71,8 @@ Targets:
|
||||
dependency files, and executables.
|
||||
"
|
||||
|
||||
MERCURY_STDLIB_DIR=${MERCURY_STDLIB_DIR=@LIBDIR@}
|
||||
MERCURY_CONFIG_DIR=${MERCURY_CONFIG_DIR=@CONFIG_LIBDIR@}
|
||||
MERCURY_CONFIG_DIR=${MERCURY_CONFIG_DIR-${MERCURY_STDLIB_DIR-@CONFIG_LIBDIR@}}
|
||||
MERCURY_STDLIB_DIR=${MERCURY_STDLIB_DIR-@LIBDIR@}
|
||||
MMAKE_MAKE=${MMAKE_MAKE=@GNU_MAKE@}
|
||||
MERCURY_DEFAULT_GRADE=${MERCURY_DEFAULT_GRADE=@DEFAULT_GRADE@}
|
||||
MKTEMP=@MKTEMP@
|
||||
|
||||
Reference in New Issue
Block a user