aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--miscutils/make.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/miscutils/make.c b/miscutils/make.c
index f50ffbbef..49d10f5f5 100644
--- a/miscutils/make.c
+++ b/miscutils/make.c
@@ -1051,6 +1051,7 @@ expand_macros(const char *str, int except_dollar)
1051 modifier = '\0'; 1051 modifier = '\0';
1052 switch (name[0]) { 1052 switch (name[0]) {
1053 case '^': 1053 case '^':
1054 case '+':
1054 if (posix) 1055 if (posix)
1055 break; 1056 break;
1056 // fall through 1057 // fall through