Delete references to Erlang backend in makefiles.

Mmake.workspace:
Mmakefile:
*/Mmakefile:
tests/*/Mmakefile:
tests/valid/Mmake.valid.common:
trace/Mmakefile:
    As above.
This commit is contained in:
Peter Wang
2020-10-26 15:24:55 +11:00
parent 347837ca06
commit 524f4d72e2
24 changed files with 72 additions and 123 deletions

View File

@@ -51,7 +51,7 @@ endif
#-----------------------------------------------------------------------------#
ifneq ("$(filter csharp% java% erlang%,$(GRADE))","")
ifneq ("$(filter csharp% java%,$(GRADE))","")
MLOBJS =
endif
@@ -73,7 +73,7 @@ all: $(ALL_MODULES) $(TAGS_FILE_EXISTS)
# Add some additional dependencies, so that Mmake knows to remake the
# profiler if one of the libraries changes.
ifeq ("$(filter csharp% java% erlang%,$(GRADE))","")
ifeq ("$(filter csharp% java%,$(GRADE))","")
mfilterjavac: \
$(RUNTIME_DIR)/lib$(RT_LIB_NAME).$A \
$(LIBRARY_DIR)/lib$(STD_LIB_NAME).$A