summaryrefslogtreecommitdiffstats
path: root/rules/host-mysql.make
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2010-04-11 20:30:06 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2010-04-23 13:52:31 +0200
commit8d3d114ce0ea43f9f35de73fa488fbaafacf86b2 (patch)
tree5f2e16217f78d6a2f650182fa2e4dcb2cdda3125 /rules/host-mysql.make
parentb4e3bc97600e8738f79a6046e58dc2933a9d8314 (diff)
downloadptxdist-8d3d114ce0ea43f9f35de73fa488fbaafacf86b2.tar.gz
ptxdist-8d3d114ce0ea43f9f35de73fa488fbaafacf86b2.tar.xz
[mysql] really install host-mysql stuff and use it in mysql
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/host-mysql.make')
-rw-r--r--rules/host-mysql.make3
1 files changed, 3 insertions, 0 deletions
diff --git a/rules/host-mysql.make b/rules/host-mysql.make
index dc4227b3c..9a000b011 100644
--- a/rules/host-mysql.make
+++ b/rules/host-mysql.make
@@ -64,6 +64,9 @@ $(STATEDIR)/host-mysql.compile:
$(STATEDIR)/host-mysql.install:
@$(call targetinfo)
+ @install -m 755 -D $(HOST_MYSQL_DIR)/extra/comp_err $(HOST_MYSQL_PKGDIR)/bin/comp_err
+ @install -m 755 -D $(HOST_MYSQL_DIR)/sql/gen_lex_hash $(HOST_MYSQL_PKGDIR)/bin/gen_lex_hash
+ @install -m 755 -D $(HOST_MYSQL_DIR)/dbug/factorial $(HOST_MYSQL_PKGDIR)/bin/factorial
@$(call touch)
# vim: syntax=make