]> git.xonotic.org Git - xonotic/xonotic.git/commitdiff
fix ./all compile -c error
authorRudolf Polzer <divverent@xonotic.org>
Fri, 10 May 2013 19:04:35 +0000 (21:04 +0200)
committerRudolf Polzer <divverent@xonotic.org>
Fri, 10 May 2013 19:04:35 +0000 (21:04 +0200)
misc/tools/all/xonotic.subr

index aca52d6141546688c33336591335b58ef8d9aa22..b6f40abeb594a4db9608feb93f903aa92a0dd638 100644 (file)
@@ -214,7 +214,7 @@ case "$cmd" in
 
                verbose cd "$d0/data/xonotic-data.pk3dir"
                if $cleanqc; then
 
                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
                fi
                verbose make QCC="../../../../gmqcc/gmqcc" "$@" $MAKEFLAGS
                # 4 levels up: data, xonotic-data, qcsrc, server