mirror of
https://github.com/reactos/wine.git
synced 2025-01-19 10:13:01 +00:00
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…
x
Reference in New Issue
Block a user