From 85888b39a5f90bf5a61686704eccf44e517f0d5c Mon Sep 17 00:00:00 2001 From: Rudolf Polzer Date: Fri, 10 May 2013 21:04:35 +0200 Subject: [PATCH] fix ./all compile -c error --- misc/tools/all/xonotic.subr | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misc/tools/all/xonotic.subr b/misc/tools/all/xonotic.subr index aca52d61..b6f40abe 100644 --- a/misc/tools/all/xonotic.subr +++ b/misc/tools/all/xonotic.subr @@ -214,7 +214,7 @@ case "$cmd" in verbose cd "$d0/data/xonotic-data.pk3dir" if $cleanqc; then - verbose make QCC="../../../../gmqcc/qmqcc" "$@" $MAKEFLAGS clean + verbose make QCC="../../../../gmqcc/gmqcc" "$@" $MAKEFLAGS clean fi verbose make QCC="../../../../gmqcc/gmqcc" "$@" $MAKEFLAGS # 4 levels up: data, xonotic-data, qcsrc, server -- 2.39.2