Skip to content

Commit

Permalink
Rename POLYML_POLYC variable to POLYC in Makefiles
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthewFluet committed Nov 1, 2023
1 parent 2a0df24 commit bcfeeae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile.config
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ MLTON_OUTPUT_SMLNJ_HEAP := $(MLTON_OUTPUT)-smlnj.$(SMLNJ_HEAP_SUFFIX)

######################################################################

POLYML_POLYC := polyc
POLYC := polyc

######################################################################

Expand Down
2 changes: 1 addition & 1 deletion mlton/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ ifneq (,$(findstring polyml-mlton,$(MAKECMDGOALS)))
polyml-mlton: $(MLTON_OUTPUT)-polyml

$(MLTON_OUTPUT)-polyml: mlton-polyml.sml $(shell [ -e mlton-polyml.sml ] && $(CAT) mlton-polyml.sml | $(SED) -n 's/use "\(.*\)";/\1/p') $(MLTON_GEN_SOURCES)
$(POLYML_POLYC) -o $@ mlton-polyml.sml
$(POLYC) -o $@ mlton-polyml.sml

mlton-polyml.sml: ../lib/stubs/polyml/basis/sources.use ../lib/stubs/polyml/mlton/sources.use $(shell $(MLBDEPS) ../lib/stubs/mlton-stubs/sources.mlb | $(GREP) 'mlb$$' | $(GREP) -v '$$(SML_LIB)') $(shell $(MLBDEPS) mlton.mlb | $(GREP) 'mlb$$' | $(GREP) -v '$$(SML_LIB)')
( \
Expand Down

0 comments on commit bcfeeae

Please sign in to comment.