diff --git a/common/Makefile.inc b/common/Makefile.inc index b0b5a7b..7dda011 100644 --- a/common/Makefile.inc +++ b/common/Makefile.inc @@ -100,7 +100,7 @@ $(hw-gfx-gma-config-ads): $(dir)/hw-gfx-gma-config.ads.template $(cnf) $(foreach gen,$(_GEN_TLA_SUBSTITUTIONS), \ -e's/<$(gen)\(...\)*var>/$(_GEN_CONST_TARGET)/') \ -e's/\(.*: *.*:=\) *\(.*\);/\1\n (\2);/' \ - -e's/\([^ ]\+\) *: * \+\([^ ]*\) *:=/function \1 return \2 is/' \ + -e's/\([^ ][^ ]*\) *: * *\([^ ]*\) *:=/function \1 return \2 is/' \ -e's///' \ $< >$@ else