diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -128,7 +128,7 @@ endif include toolchain.inc -strip_quotes = $(subst ",,$(subst \",,$(1))) +strip_quotes = $(strip $(subst ",,$(subst \",,$(1)))) # The primary target needs to be here before we include the # other files |