Skip to content
Snippets Groups Projects
Commit 135bf06e authored by Andre Maroneze's avatar Andre Maroneze
Browse files

Merge branch 'fix/virgile/gnumake-4.3-compat' into 'master'

more robust definition of space for frama-c.mk

Closes #809

See merge request frama-c/frama-c!2551
parents b8ead633 8f7ff635
No related branches found
No related tags found
No related merge requests found
......@@ -92,8 +92,8 @@ define display_command =
$(info )
endef
space :=
space +=
empty :=
space := $(empty) $(empty)
comma := ,
fc_list = $(subst $(space),$(comma),$(strip $1))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment