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:
Simon Taylor
1996-05-21 06:04:17 +00:00
parent e333b692d8
commit ad1fc50105

View File

@@ -30,7 +30,7 @@ SICSTUS_SCRIPTS = msc msl msp
#-----------------------------------------------------------------------------# #-----------------------------------------------------------------------------#
.PHONY: all .PHONY: all
all: $(SCRIPTS) $(NUPROLOG_SCRIPTS) $(SICSTUS_SCRIPTS) all: $(SCRIPTS) $(NUPROLOG_SCRIPTS) $(SICSTUS_SCRIPTS) Mmake.vars
#-----------------------------------------------------------------------------# #-----------------------------------------------------------------------------#