summaryrefslogtreecommitdiffstats
path: root/rules/gdb.make
diff options
context:
space:
mode:
authorBjoern Buerger <b.buerger@pengutronix.de>2006-01-13 15:20:30 +0000
committerBjoern Buerger <b.buerger@pengutronix.de>2006-01-13 15:20:30 +0000
commit987eca20f28e4872c1ed8359c19f22631945b030 (patch)
tree6570bc2170e673f638935094f72bbe7e8c06996f /rules/gdb.make
parent92d16f9fb7ab87b6d275badab2cdb29638428151 (diff)
downloadptxdist-987eca20f28e4872c1ed8359c19f22631945b030.tar.gz
ptxdist-987eca20f28e4872c1ed8359c19f22631945b030.tar.xz
fixed dependency
git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-0.9-trunk@3941 33e552b5-05e3-0310-8538-816dae2090ed
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, $@)