summaryrefslogtreecommitdiffstats
path: root/rules/libffi.make
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2010-01-13 11:03:15 +0100
committerMichael Olbrich <m.olbrich@pengutronix.de>2010-04-15 17:12:03 +0200
commite39155a254e7eda27f3f2dbc597f48962ffb6c13 (patch)
treec075c39c856940747d344ba99535865a4134625c /rules/libffi.make
parent189d061a91cc52befe5b04143c1be8221b5064b6 (diff)
downloadptxdist-e39155a254e7eda27f3f2dbc597f48962ffb6c13.tar.gz
ptxdist-e39155a254e7eda27f3f2dbc597f48962ffb6c13.tar.xz
[libffi] fix install
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/libffi.make')
-rw-r--r--rules/libffi.make2
1 files changed, 1 insertions, 1 deletions
diff --git a/rules/libffi.make b/rules/libffi.make
index a02ee8917..dbe485a52 100644
--- a/rules/libffi.make
+++ b/rules/libffi.make
@@ -54,7 +54,7 @@ LIBFFI_AUTOCONF := $(CROSS_AUTOCONF_USR)
$(STATEDIR)/libffi.install:
@$(call targetinfo)
@$(call install, LIBFFI)
- mv "$(SYSROOT)/usr/lib/$(LIBFFI)/include/"* "$(SYSROOT)/usr/include"
+ mv "$(LIBFFI_PKGDIR)/usr/lib/$(LIBFFI)/include/"* "$(LIBFFI_PKGDIR)/usr/include"
@$(call touch)
# ----------------------------------------------------------------------------