summaryrefslogtreecommitdiffstats
path: root/rules/host-genext2fs.make
diff options
context:
space:
mode:
Diffstat (limited to 'rules/host-genext2fs.make')
-rw-r--r--rules/host-genext2fs.make4
1 files changed, 2 insertions, 2 deletions
diff --git a/rules/host-genext2fs.make b/rules/host-genext2fs.make
index ed9876723..b7925e97a 100644
--- a/rules/host-genext2fs.make
+++ b/rules/host-genext2fs.make
@@ -39,7 +39,7 @@ $(STATEDIR)/host-genext2fs.get: $(host-genext2fs_get_deps_default)
$(HOST_GENEXT2FS_SOURCE):
@$(call targetinfo, $@)
- @$(call get, $(HOST_GENEXT2FS_URL))
+ @$(call get, HOST_GENEXT2FS)
# ----------------------------------------------------------------------------
# Extract
@@ -50,7 +50,7 @@ host-genext2fs_extract: $(STATEDIR)/host-genext2fs.extract
$(STATEDIR)/host-genext2fs.extract: $(host-genext2fs_extract_deps_default)
@$(call targetinfo, $@)
@$(call clean, $(HOST_GENEXT2FS_DIR))
- @$(call extract, $(HOST_GENEXT2FS_SOURCE),$(HOST_BUILDDIR))
+ @$(call extract, HOST_GENEXT2FS,$(HOST_BUILDDIR))
@$(call patchin, $(HOST_GENEXT2FS),$(HOST_GENEXT2FS_DIR))
@$(call touch, $@)