mirror of
https://github.com/Mercury-Language/mercury.git
synced 2025-12-20 16:31:04 +00:00
Remove all hard-coded relative paths except for the definition
scripts/Mmake: Remove all hard-coded relative paths except for the definition of MERCURY_DIR.
This commit is contained in:
@@ -10,7 +10,7 @@
|
|||||||
MAIN_TARGET=all
|
MAIN_TARGET=all
|
||||||
|
|
||||||
MERCURY_DIR=..
|
MERCURY_DIR=..
|
||||||
include ../Mmake.common
|
include $(MERCURY_DIR)/Mmake.common
|
||||||
|
|
||||||
#-----------------------------------------------------------------------------#
|
#-----------------------------------------------------------------------------#
|
||||||
|
|
||||||
@@ -24,7 +24,7 @@ SICSTUS_SCRIPTS = mcs msc msl msp
|
|||||||
.SUFFIXES: .in
|
.SUFFIXES: .in
|
||||||
|
|
||||||
.in:
|
.in:
|
||||||
cd ..; CONFIG_FILES=scripts/$@ CONFIG_HEADERS= ./config.status
|
CONFIG_FILES=$@ CONFIG_HEADERS= $(MERCURY_DIR)/config.status
|
||||||
|
|
||||||
#-----------------------------------------------------------------------------#
|
#-----------------------------------------------------------------------------#
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user