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:
Simon Taylor
2003-08-01 15:00:38 +00:00
parent 16743ffa34
commit a32f16b9dd

View File

@@ -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@