X-Git-Url: https://git.xonotic.org/?a=blobdiff_plain;ds=sidebyside;f=misc%2Ftools%2Fall%2Fxonotic.subr;fp=misc%2Ftools%2Fall%2Fxonotic.subr;h=46c2b6dba12cbefca1742416dca3ae5e944c1895;hb=9dda8bc6cf66f275384b06a5dc3eca315e82fd92;hp=3797bfd6933d6f5657c90b9a5cf5b87ca7b0cdd0;hpb=0d3146cb2c4cd6760fbad0b73a1bc45791e6c84a;p=xonotic%2Fxonotic.git diff --git a/misc/tools/all/xonotic.subr b/misc/tools/all/xonotic.subr index 3797bfd6..46c2b6db 100644 --- a/misc/tools/all/xonotic.subr +++ b/misc/tools/all/xonotic.subr @@ -178,10 +178,14 @@ case "$cmd" in compiled0=true fi if $compiled0; then - verbose sh autogen.sh - verbose ./configure + if ! [ -f Makefile ]; then + verbose sh autogen.sh + verbose ./configure + fi if $cleand0; then verbose $MAKE $MAKEFLAGS distclean + verbose sh autogen.sh + verbose ./configure fi verbose $MAKE $MAKEFLAGS fi