aboutsummaryrefslogtreecommitdiff
path: root/tools/depends
diff options
context:
space:
mode:
authorfuzzard <fuzzard@kodi.tv>2022-01-08 08:08:19 +1000
committerfuzzard <fuzzard@kodi.tv>2022-01-08 10:47:44 +1000
commit177e94b99897ecd7bd038d36b8bb0af1182c3f0c (patch)
tree885068ad84494220e0b6c25863e16403cd3dc3ed /tools/depends
parent8689eda2edfdfa0d7343873a1ae3b9a377664b1a (diff)
[cmake] Module fstrcmp use VERSION helper
Diffstat (limited to 'tools/depends')
-rw-r--r--tools/depends/target/libfstrcmp/LIBFSTRCMP-VERSION3
-rw-r--r--tools/depends/target/libfstrcmp/Makefile10
2 files changed, 5 insertions, 8 deletions
diff --git a/tools/depends/target/libfstrcmp/LIBFSTRCMP-VERSION b/tools/depends/target/libfstrcmp/LIBFSTRCMP-VERSION
new file mode 100644
index 0000000000..40ff7c4ab5
--- /dev/null
+++ b/tools/depends/target/libfstrcmp/LIBFSTRCMP-VERSION
@@ -0,0 +1,3 @@
+LIBNAME=fstrcmp
+VERSION=0.7.D001
+ARCHIVE=$(LIBNAME)-$(VERSION).tar.gz
diff --git a/tools/depends/target/libfstrcmp/Makefile b/tools/depends/target/libfstrcmp/Makefile
index 2d9868e44b..3411b8c47c 100644
--- a/tools/depends/target/libfstrcmp/Makefile
+++ b/tools/depends/target/libfstrcmp/Makefile
@@ -1,11 +1,5 @@
-include ../../Makefile.include
-DEPS= ../../Makefile.include Makefile
-
-# lib name, version
-LIBNAME=fstrcmp
-VERSION=0.7.D001
-SOURCE=$(LIBNAME)-$(VERSION)
-ARCHIVE=$(SOURCE).tar.gz
+include ../../Makefile.include LIBFSTRCMP-VERSION
+DEPS= ../../Makefile.include Makefile LIBFSTRCMP-VERSION
# configuration settings
CONFIGURE=./configure --prefix=$(PREFIX)