summaryrefslogtreecommitdiffstats
path: root/rules/host-intltool.make
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2019-07-13 12:05:38 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2019-07-16 13:33:57 +0200
commit3babd044d7d6ed274b324403dc1e3484ff62a742 (patch)
tree2c60739ed92eb5265add514b1a34b898a4adc49b /rules/host-intltool.make
parent0f9e9118d381be7bf38b8cf0bb0cd8af637248c9 (diff)
downloadptxdist-3babd044d7d6ed274b324403dc1e3484ff62a742.tar.gz
ptxdist-3babd044d7d6ed274b324403dc1e3484ff62a742.tar.xz
rules: used PTXDIST_SYSROOT_* instead of PTXCONF_SYSROOT_*
The value should be the same. Always use PTXDIST_SYSROOT_* for consistency. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/host-intltool.make')
-rw-r--r--rules/host-intltool.make2
1 files changed, 1 insertions, 1 deletions
diff --git a/rules/host-intltool.make b/rules/host-intltool.make
index 24649ad42..8f35c414a 100644
--- a/rules/host-intltool.make
+++ b/rules/host-intltool.make
@@ -39,7 +39,7 @@ HOST_INTLTOOL_CONF_TOOL := autoconf
$(STATEDIR)/host-intltool.install.post:
@$(call targetinfo)
@$(call world/install.post, HOST_INTLTOOL)
- @sed -i "s;^prefix=$$;prefix=$(PTXCONF_SYSROOT_HOST);" $(PTXCONF_SYSROOT_HOST)/bin/intltoolize
+ @sed -i "s;^prefix=$$;prefix=$(PTXDIST_SYSROOT_HOST);" $(PTXDIST_SYSROOT_HOST)/bin/intltoolize
@$(call touch)
# vim: syntax=make