From 5fede12a104315e92bd2bf00f7db551ed7581f70 Mon Sep 17 00:00:00 2001 From: Rudolf Polzer Date: Sat, 15 Nov 2014 10:05:04 +0100 Subject: [PATCH] Fix qcc version check to work with the same relative paths as the other qcc calls. --- qcsrc/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qcsrc/Makefile b/qcsrc/Makefile index e271ad990..edac7388c 100644 --- a/qcsrc/Makefile +++ b/qcsrc/Makefile @@ -3,7 +3,7 @@ PERL ?= perl QCCFLAGS_WATERMARK ?= -DWATERMARK='"$(shell git describe)"' QCC ?= gmqcc -QCCVERSIONFILE := qccversion.$(shell $(QCC) --version > qccversion.txt && git hash-object qccversion.txt) +QCCVERSIONFILE := qccversion.$(shell (cd server && $(QCC) --version) > qccversion.txt && git hash-object qccversion.txt) # We eventually need to get rid of these. QCCFLAGS_WTFS ?= \ -- 2.39.2