diff options
author | h.udo <hudokkow@gmail.com> | 2016-09-09 22:29:01 +0100 |
---|---|---|
committer | h.udo <hudokkow@gmail.com> | 2016-12-21 10:04:18 +0000 |
commit | fade6926921ea1fa053444be45a2f79bac9ebd7f (patch) | |
tree | 15f557fc3f001873a8e539f7491ed424e22812a2 /tools/depends/target/pythonmodule-setuptools | |
parent | b0cad85adb045b88347cf8cded6770c7dd349406 (diff) |
[autotools/buildsteps/depends] Update paths
Diffstat (limited to 'tools/depends/target/pythonmodule-setuptools')
-rw-r--r-- | tools/depends/target/pythonmodule-setuptools/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/depends/target/pythonmodule-setuptools/Makefile b/tools/depends/target/pythonmodule-setuptools/Makefile index 60896aa5f1..f4b29d5559 100644 --- a/tools/depends/target/pythonmodule-setuptools/Makefile +++ b/tools/depends/target/pythonmodule-setuptools/Makefile @@ -1,7 +1,7 @@ include ../../Makefile.include DEPS= ../../Makefile.include Makefile #pillow-crosscompile.patch -VERSION.TXT := $(CORE_SOURCE_DIR)/version.txt +VERSION.TXT := $(CMAKE_SOURCE_DIR)/version.txt APP_NAME=$(shell awk '/APP_NAME/ {print tolower($$2)}' $(VERSION.TXT)) # lib name, version |