Fix generating the version header when building outside of the source tree

Also silence this command in silent builds.
This commit is contained in:
Martin Storsjö 2014-07-16 10:40:45 +03:00
parent efdb0cd2e2
commit 93e9694bc6

View File

@ -123,7 +123,7 @@ MODULE_INCLUDES += -I$(SRC_PATH)gmp-api
all: General_ver libraries binaries
General_ver:
sh ./codec/common/generate_version.sh
$(QUIET)cd $(SRC_PATH) && sh ./codec/common/generate_version.sh
clean:
ifeq (android,$(OS))