1
0
mirror of https://github.com/FunkyFr3sh/cnc-ddraw.git synced 2025-03-25 01:57:47 +01:00

use quotes

This commit is contained in:
FunkyFr3sh 2024-09-13 15:35:27 +02:00
parent 1b017c0517
commit 0a4f8a7c7c

View File

@ -22,8 +22,8 @@ ifeq ($(CMDTEST),\"\")
endif endif
else else
# Either *nix or Windows with BusyBox (e.g. w64devkit) # Either *nix or Windows with BusyBox (e.g. w64devkit)
ECOMMIT := $(shell echo \#define GIT_COMMIT \"$(COMMIT)\" > inc/git.h) ECOMMIT := $(shell echo "#define GIT_COMMIT" \"$(COMMIT)\" > inc/git.h)
EBRANCH := $(shell echo \#define GIT_BRANCH \"$(BRANCH)\" >> inc/git.h) EBRANCH := $(shell echo "#define GIT_BRANCH" \"$(BRANCH)\" >> inc/git.h)
endif endif
CC = i686-w64-mingw32-gcc CC = i686-w64-mingw32-gcc