summaryrefslogtreecommitdiffstats
path: root/rules/hexedit.make
diff options
context:
space:
mode:
Diffstat (limited to 'rules/hexedit.make')
-rw-r--r--rules/hexedit.make4
1 files changed, 2 insertions, 2 deletions
diff --git a/rules/hexedit.make b/rules/hexedit.make
index bdfd5d015..3d9a6af84 100644
--- a/rules/hexedit.make
+++ b/rules/hexedit.make
@@ -38,7 +38,7 @@ $(STATEDIR)/hexedit.get: $(hexedit_get_deps_default)
$(HEXEDIT_SOURCE):
@$(call targetinfo, $@)
- @$(call get, $(HEXEDIT_URL))
+ @$(call get, HEXEDIT)
# ----------------------------------------------------------------------------
# Extract
@@ -49,7 +49,7 @@ hexedit_extract: $(STATEDIR)/hexedit.extract
$(STATEDIR)/hexedit.extract: $(hexedit_extract_deps_default)
@$(call targetinfo, $@)
@$(call clean, $(HEXEDIT_DIR))
- @$(call extract, $(HEXEDIT_SOURCE))
+ @$(call extract, HEXEDIT)
mv $(BUILDDIR)/hexedit $(HEXEDIT_DIR)
@$(call patchin, $(HEXEDIT))
@$(call touch, $@)