From: Rudolf Polzer Date: Fri, 10 May 2013 19:04:35 +0000 (+0200) Subject: fix ./all compile -c error X-Git-Tag: xonotic-v0.7.0~7 X-Git-Url: https://git.xonotic.org/?p=xonotic%2Fxonotic.git;a=commitdiff_plain;h=85888b39a5f90bf5a61686704eccf44e517f0d5c fix ./all compile -c error --- 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