diff options
Diffstat (limited to 'make')
| -rw-r--r-- | make/core.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/make/core.mk b/make/core.mk index 2ee6597..dc55ed5 100644 --- a/make/core.mk +++ b/make/core.mk @@ -60,7 +60,7 @@ str = $(call _string,$(call _pr_str_mult,$(1),,)) prn = $(info $(call _pr_str_mult,$(1),yes, )) println = $(info $(subst \n,$(NEWLINE),$(call _pr_str_mult,$(1),, ))) -readline= $(foreach res,$(call _string,$(call READLINE,"$(call str_decode,$($(1)_value))")),$(if $(READLINE_EOF),$(__nil),$(res))) +readline= $(foreach res,$(call _string,$(call READLINE,"$(call str_decode,$($(1)_value))")),$(if $(READLINE_EOF),$(eval READLINE_EOF :=)$(__nil),$(res))) read_str= $(call READ_STR,$(1)) slurp = $(call _string,$(call _read_file,$(call str_decode,$($(1)_value)))) |
