summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArnout Vandecappelle <arnout@mind.be>2017-07-05 13:14:36 +0200
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2017-07-05 16:06:33 +0200
commit90fe15612ca205c471e8d5b46c8eef89bd63e9cc (patch)
treed062601a0fd6499c8fbe4d14c3a45b539007f527
parent884d1ec994513dad68d72fe1c92c47ad7012b2ca (diff)
downloadbuildroot-90fe15612ca205c471e8d5b46c8eef89bd63e9cc.tar.gz
buildroot-90fe15612ca205c471e8d5b46c8eef89bd63e9cc.zip
lesstif: remove host/usr reference from .mk comment
While we're at it, correct it to $(HOST_DIR). Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
-rw-r--r--package/lesstif/lesstif.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/lesstif/lesstif.mk b/package/lesstif/lesstif.mk
index 35d2c6d961..378c594e3b 100644
--- a/package/lesstif/lesstif.mk
+++ b/package/lesstif/lesstif.mk
@@ -31,7 +31,7 @@ define LESSTIF_NOMAN2HTML
endef
# Prevents to copy ac_find_motif.m4 on target, it would else
-# be created at $(TARGET_DIR)/$(TOPDIR)/output/host/usr/share/aclocal/ac_find_motif.m4
+# be created at $(TARGET_DIR)/$(HOST_DIR)/share/aclocal/ac_find_motif.m4
define LESSTIF_FIXACLOCAL
sed -i -e "/install-data-am: install-aclocalDATA/d" $(@D)/scripts/autoconf/Makefile
endef
OpenPOWER on IntegriCloud