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:
Fergus Henderson
1995-07-29 08:44:55 +00:00
parent ef21617efc
commit e946250414

View File

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