mirror of
https://github.com/Mercury-Language/mercury.git
synced 2025-12-17 06:47:17 +00:00
Add `Mmake.vars' to the list of targets; without this,
Estimated hours taken: 0.5 scripts/Mmake: Add `Mmake.vars' to the list of targets; without this, it was not updating Mmake.vars when Mmake.vars.in was changed.
This commit is contained in:
@@ -30,7 +30,7 @@ SICSTUS_SCRIPTS = msc msl msp
|
||||
#-----------------------------------------------------------------------------#
|
||||
|
||||
.PHONY: all
|
||||
all: $(SCRIPTS) $(NUPROLOG_SCRIPTS) $(SICSTUS_SCRIPTS)
|
||||
all: $(SCRIPTS) $(NUPROLOG_SCRIPTS) $(SICSTUS_SCRIPTS) Mmake.vars
|
||||
|
||||
#-----------------------------------------------------------------------------#
|
||||
|
||||
|
||||
Reference in New Issue
Block a user