summaryrefslogtreecommitdiffstats
path: root/rules/grub.make
diff options
context:
space:
mode:
authorBjoern Buerger <b.buerger@pengutronix.de>2006-01-13 15:45:39 +0000
committerBjoern Buerger <b.buerger@pengutronix.de>2006-01-13 15:45:39 +0000
commit3d38eebab0c148fa7587c6e3440f943802feac8f (patch)
tree48a1680aa835f1764e14ecf0b47a6fa8dbdda533 /rules/grub.make
parent52b028d4585bc9ef37e9f9982e8103b3f6e831f6 (diff)
downloadptxdist-3d38eebab0c148fa7587c6e3440f943802feac8f.tar.gz
ptxdist-3d38eebab0c148fa7587c6e3440f943802feac8f.tar.xz
fixed dependency
git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-0.9-trunk@3954 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'rules/grub.make')
-rw-r--r--rules/grub.make10
1 files changed, 5 insertions, 5 deletions
diff --git a/rules/grub.make b/rules/grub.make
index 393e42003..0c68ece56 100644
--- a/rules/grub.make
+++ b/rules/grub.make
@@ -30,7 +30,7 @@ GRUB_DIR = $(BUILDDIR)/$(GRUB)
grub_get: $(STATEDIR)/grub.get
-$(STATEDIR)/grub.get: $(GRUB_SOURCE)
+$(STATEDIR)/grub.get: $(grub_get_deps_default)
@$(call targetinfo, $@)
@$(call get_patches, $(GRUB))
@$(call touch, $@)
@@ -45,7 +45,7 @@ $(GRUB_SOURCE):
grub_extract: $(STATEDIR)/grub.extract
-$(STATEDIR)/grub.extract: $(STATEDIR)/grub.get
+$(STATEDIR)/grub.extract: $(grub_extract_deps_default)
@$(call targetinfo, $@)
@$(call clean, $(GRUB_DIR))
@$(call extract, $(GRUB_SOURCE))
@@ -139,7 +139,7 @@ $(STATEDIR)/grub.prepare: $(grub_prepare_deps_default)
grub_compile: $(STATEDIR)/grub.compile
-$(STATEDIR)/grub.compile: $(STATEDIR)/grub.prepare
+$(STATEDIR)/grub.compile: $(grub_compile_deps_default)
@$(call targetinfo, $@)
$(GRUB_PATH) make -C $(GRUB_DIR)
@$(call touch, $@)
@@ -150,7 +150,7 @@ $(STATEDIR)/grub.compile: $(STATEDIR)/grub.prepare
grub_install: $(STATEDIR)/grub.install
-$(STATEDIR)/grub.install: $(STATEDIR)/grub.compile
+$(STATEDIR)/grub.install: $(grub_install_deps_default)
@$(call targetinfo, $@)
# make -C $(GRUB_DIR) install
@$(call touch, $@)
@@ -161,7 +161,7 @@ $(STATEDIR)/grub.install: $(STATEDIR)/grub.compile
grub_targetinstall: $(STATEDIR)/grub.targetinstall
-$(STATEDIR)/grub.targetinstall: $(STATEDIR)/grub.install
+$(STATEDIR)/grub.targetinstall: $(grub_targetinstall_deps_default)
@$(call targetinfo, $@)
@$(call install_init,default)