summaryrefslogtreecommitdiffstats
path: root/rules/hexedit.make
diff options
context:
space:
mode:
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 $@
# ----------------------------------------------------------------------------