aboutsummaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorwsnipex <wsnipex@a1.net>2015-05-25 17:21:35 +0200
committerwsnipex <wsnipex@a1.net>2015-05-31 09:34:40 +0200
commitd270b64c5371ac79620e0f7ce464023f13d90327 (patch)
treefe831d7679d06e9f5e6a31bbc050734652d5b80c /Makefile.in
parent60eb0b2bc81121438e23e9c19715118e70aa3304 (diff)
[cmake] removed multi-arch again, its not needed anymore
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in3
1 files changed, 0 insertions, 3 deletions
diff --git a/Makefile.in b/Makefile.in
index 25be962a27..1bdbec614d 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -624,9 +624,6 @@ endif
@for f in project/cmake/scripts/common/*.cmake; do \
install -m 0644 $$f $(DESTDIR)$(libdir)/@APP_NAME_LC@; \
done
-ifeq ($(findstring linux,@host@),linux)
- install -m 0644 project/cmake/scripts/linux/UseMultiArch.cmake $(DESTDIR)$(libdir)/@APP_NAME_LC@
-endif
@cd $(DESTDIR)$(includedir); [ -L xbmc ] || [ -d xbmc ] || ln -s @APP_NAME_LC@ xbmc
uninstall: