diff --git a/Makefile b/Makefile index e2e8e3db7c..c736ecdbcb 100644 --- a/Makefile +++ b/Makefile @@ -6,8 +6,9 @@ # BUILD=build -VERSION_FULL=`basename \`pwd\``-`cat VERSION` -VERSION_MIN=`basename \`pwd\``-`cat VERSION`-minimal +REPO=`basename \`git config --get remote.origin.url\`` +VERSION_FULL=$(REPO)-`cat VERSION` +VERSION_MIN=$(REPO)-`cat VERSION`-minimal HAVE_MODULES=git submodule | grep -v cmake >/dev/null all: configured