mirror of
https://github.com/FunkyFr3sh/cnc-ddraw.git
synced 2025-03-14 22:03:27 +01:00
use quotes
This commit is contained in:
parent
1b017c0517
commit
0a4f8a7c7c
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…
x
Reference in New Issue
Block a user