winetest: Fix shell substitution syntax for Solaris.

oldstable
Petr Sumbera 2008-04-10 12:02:04 +02:00 committed by Alexandre Julliard
parent f1f76e8a4e
commit 7975a1a926
1 changed files with 1 additions and 1 deletions

View File

@ -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 \