diff options
author | fuzzard <fuzzard@kodi.tv> | 2023-06-10 19:00:39 +1000 |
---|---|---|
committer | fuzzard <fuzzard@kodi.tv> | 2023-06-10 19:00:39 +1000 |
commit | 05c5c0245cd8569c1786e7d914feff590a70244d (patch) | |
tree | 1a058850727e1519c933e03867f49f044faa0850 /tools | |
parent | 2a651fe356a4768e51c4344500c1421e4543eb87 (diff) |
[tools/depends][target] fix removed download target
Diffstat (limited to 'tools')
-rw-r--r-- | tools/depends/target/hwdata/Makefile | 2 | ||||
-rw-r--r-- | tools/depends/target/libdisplay-info/Makefile | 2 |
2 files changed, 0 insertions, 4 deletions
diff --git a/tools/depends/target/hwdata/Makefile b/tools/depends/target/hwdata/Makefile index 8e1155e59d..e1d23755fb 100644 --- a/tools/depends/target/hwdata/Makefile +++ b/tools/depends/target/hwdata/Makefile @@ -9,8 +9,6 @@ include ../../download-files.include all: .installed-$(PLATFORM) -download: $(TARBALLS_LOCATION)/$(ARCHIVE) - $(PLATFORM): $(DEPS) | $(TARBALLS_LOCATION)/$(ARCHIVE).$(HASH_TYPE) rm -rf $(PLATFORM)/*; mkdir -p $(PLATFORM) cd $(PLATFORM); $(ARCHIVE_TOOL) $(ARCHIVE_TOOL_FLAGS) $(TARBALLS_LOCATION)/$(ARCHIVE) diff --git a/tools/depends/target/libdisplay-info/Makefile b/tools/depends/target/libdisplay-info/Makefile index 561a5aeb49..ee900ce0d6 100644 --- a/tools/depends/target/libdisplay-info/Makefile +++ b/tools/depends/target/libdisplay-info/Makefile @@ -33,8 +33,6 @@ export PKG_CONFIG_LIBDIR=$(PREFIX)/share/pkgconfig all: .installed-$(PLATFORM) -download: $(TARBALLS_LOCATION)/$(ARCHIVE) - $(PLATFORM): $(DEPS) | $(TARBALLS_LOCATION)/$(ARCHIVE).$(HASH_TYPE) rm -rf $(PLATFORM)/*; mkdir -p $(PLATFORM) cd $(PLATFORM); $(ARCHIVE_TOOL) $(ARCHIVE_TOOL_FLAGS) $(TARBALLS_LOCATION)/$(ARCHIVE) |