summaryrefslogtreecommitdiffstats
path: root/rules/hexedit.make
diff options
context:
space:
mode:
authorBenedikt Spranger <b.spranger@pengutronix.de>2004-09-15 17:03:43 +0000
committerBenedikt Spranger <b.spranger@pengutronix.de>2004-09-15 17:03:43 +0000
commit75f3de311a29c2ea7c055e7e1770cacb9c2c2fc2 (patch)
tree3d5a43495bb97f48643f1b20822c2313cd558d9a /rules/hexedit.make
parent6d8946bdb6ac2464dac861ea99ed653e0b2b6a30 (diff)
downloadptxdist-75f3de311a29c2ea7c055e7e1770cacb9c2c2fc2.tar.gz
ptxdist-75f3de311a29c2ea7c055e7e1770cacb9c2c2fc2.tar.xz
BSP: fix install/targetinstall
git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-0.5.2-trunk@1734 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'rules/hexedit.make')
-rw-r--r--rules/hexedit.make6
1 files changed, 3 insertions, 3 deletions
diff --git a/rules/hexedit.make b/rules/hexedit.make
index 3bef8d10a..b38dd1e96 100644
--- a/rules/hexedit.make
+++ b/rules/hexedit.make
@@ -115,9 +115,6 @@ hexedit_install: $(STATEDIR)/hexedit.install
$(STATEDIR)/hexedit.install: $(STATEDIR)/hexedit.compile
@$(call targetinfo, $@)
- install -d $(ROOTDIR)/usr/bin
- install $(HEXEDIT_DIR)/hexedit $(ROOTDIR)/usr/bin
- $(CROSS_STRIP) -R .note -R .comment $(ROOTDIR)/usr/bin/hexedit
touch $@
# ----------------------------------------------------------------------------
@@ -130,6 +127,9 @@ hexedit_targetinstall_deps = $(STATEDIR)/hexedit.compile
$(STATEDIR)/hexedit.targetinstall: $(hexedit_targetinstall_deps)
@$(call targetinfo, $@)
+ install -d $(ROOTDIR)/usr/bin
+ install $(HEXEDIT_DIR)/hexedit $(ROOTDIR)/usr/bin
+ $(CROSS_STRIP) -R .note -R .comment $(ROOTDIR)/usr/bin/hexedit
touch $@
# ----------------------------------------------------------------------------