summaryrefslogtreecommitdiffstats
path: root/rules/gdb.make
diff options
context:
space:
mode:
Diffstat (limited to 'rules/gdb.make')
-rw-r--r--rules/gdb.make4
1 files changed, 2 insertions, 2 deletions
diff --git a/rules/gdb.make b/rules/gdb.make
index af1a655c7..80732589e 100644
--- a/rules/gdb.make
+++ b/rules/gdb.make
@@ -34,7 +34,7 @@ GDB_BUILDDIR = $(BUILDDIR)/$(GDB)-build
gdb_get: $(STATEDIR)/gdb.get
-$(STATEDIR)/gdb.get: $(GDB_SOURCE)
+$(STATEDIR)/gdb.get: $(gdb_get_deps_default)
@$(call targetinfo, $@)
@$(call get_patches, $(GDB))
@$(call touch, $@)
@@ -117,7 +117,7 @@ $(STATEDIR)/gdb.compile: $(gdb_compile_deps_default)
gdb_install: $(STATEDIR)/gdb.install
-$(STATEDIR)/gdb.install:
+$(STATEDIR)/gdb.install: $(gdb_install_deps_default)
@$(call targetinfo, $@)
@$(call touch, $@)