diff options
| -rw-r--r-- | core/makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/makefile b/core/makefile index 2a1532543..3af3a5d57 100644 --- a/core/makefile +++ b/core/makefile @@ -271,7 +271,7 @@ ECHO := echo -e # make upper define MAKE_UPPER -${shell echo $(1) | $(SEDX) "s/(.*)/\U\1/g"} +${shell echo $(1) | $(SEDX) "s/\(.*\)/\U\1/g"} endef # config base |
