aboutsummaryrefslogtreecommitdiff
path: root/build/meta/common.m4
diff options
context:
space:
mode:
Diffstat (limited to 'build/meta/common.m4')
-rw-r--r--build/meta/common.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/build/meta/common.m4 b/build/meta/common.m4
index 22433ec..4833bf4 100644
--- a/build/meta/common.m4
+++ b/build/meta/common.m4
@@ -30,7 +30,7 @@ m4_define([m4_normalize], [m4_strip([$1])])
m4_define([m4_split],
[m4_ifelse([$1], [], [],
- [$2], [ ], [m4_ifelse(m4_index([$1], [ ]), [-1], [[[$1]]],
+ [$2], [ ], [m4_ifelse(m4_index([$1], [ ]), [-1], [[$1]],
[_$0([$1], [$2], [, ])])],
[$2], [], [_$0([$1], [[ ]+], [, ])],
[_$0([$1], [$2], [, ])])])