use quotes
This commit is contained in:
parent
1b017c0517
commit
0a4f8a7c7c
1 changed files with 2 additions and 2 deletions
4
Makefile
4
Makefile
|
@ -22,8 +22,8 @@ ifeq ($(CMDTEST),\"\")
|
|||
endif
|
||||
else
|
||||
# Either *nix or Windows with BusyBox (e.g. w64devkit)
|
||||
ECOMMIT := $(shell echo \#define GIT_COMMIT \"$(COMMIT)\" > inc/git.h)
|
||||
EBRANCH := $(shell echo \#define GIT_BRANCH \"$(BRANCH)\" >> inc/git.h)
|
||||
ECOMMIT := $(shell echo "#define GIT_COMMIT" \"$(COMMIT)\" > inc/git.h)
|
||||
EBRANCH := $(shell echo "#define GIT_BRANCH" \"$(BRANCH)\" >> inc/git.h)
|
||||
endif
|
||||
|
||||
CC = i686-w64-mingw32-gcc
|
||||
|
|
Loading…
Reference in a new issue