aboutsummaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorwsnipex <wsnipex@a1.net>2015-03-16 18:30:07 +0100
committerwsnipex <wsnipex@a1.net>2015-03-16 18:30:07 +0100
commit0eaee331468959dea0ae32012c667475e5883034 (patch)
tree4e6b8beb52827380b95fe20590cd1d8f422af6d8 /tools
parent34afb4a77f997b525d3045316d875d126f040588 (diff)
[depends] binary-addons: remove quotes around the addon list and use "all" for the list of addons
fixes building binary addons
Diffstat (limited to 'tools')
-rw-r--r--tools/depends/target/binary-addons/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/depends/target/binary-addons/Makefile b/tools/depends/target/binary-addons/Makefile
index 717bfa6058..90e9ffbda5 100644
--- a/tools/depends/target/binary-addons/Makefile
+++ b/tools/depends/target/binary-addons/Makefile
@@ -1,5 +1,5 @@
BUILDDIR := $(shell pwd)
-ADDONS := "$(shell cd $(BUILDDIR)/../../../../project/cmake/addons/addons/; echo *)"
+ADDONS := all
-include ../../Makefile.include
include ../../xbmc-addons.include