winetest: Fix shell substitution syntax for Solaris.
This commit is contained in:
parent
f1f76e8a4e
commit
7975a1a926
|
@ -6,7 +6,7 @@ MODULE = winetest.exe
|
|||
APPMODE = -mconsole
|
||||
IMPORTS = comctl32 version user32 gdi32 advapi32 wsock32 kernel32
|
||||
|
||||
EXTRARCFLAGS = -DBUILD_SHA1=\"$$(GIT_DIR=$(TOPSRCDIR)/.git git rev-parse HEAD 2>/dev/null)\"
|
||||
EXTRARCFLAGS = -DBUILD_SHA1=\"`GIT_DIR=$(TOPSRCDIR)/.git git rev-parse HEAD 2>/dev/null`\"
|
||||
|
||||
C_SRCS = \
|
||||
gui.c \
|
||||
|
|
Loading…
Reference in New Issue