mirror of
https://github.com/Mercury-Language/mercury.git
synced 2025-12-14 21:35:49 +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
|
||||
|
||||
MERCURY_DIR=..
|
||||
include ../Mmake.common
|
||||
include $(MERCURY_DIR)/Mmake.common
|
||||
|
||||
#-----------------------------------------------------------------------------#
|
||||
|
||||
@@ -24,7 +24,7 @@ SICSTUS_SCRIPTS = mcs msc msl msp
|
||||
.SUFFIXES: .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