summaryrefslogtreecommitdiffstats
path: root/rules/glibc.make
diff options
context:
space:
mode:
authorRobert Schwebel <r.schwebel@pengutronix.de>2006-01-12 17:17:27 +0000
committerRobert Schwebel <r.schwebel@pengutronix.de>2006-01-12 17:17:27 +0000
commit89587de57a4467c7178521981cb866e4679a32dc (patch)
tree495788e04e484ed7e6158e45905f4fdcac2defaa /rules/glibc.make
parent34ba8d704ff31fb2a8a4a63047ef83f8dbef450d (diff)
downloadptxdist-89587de57a4467c7178521981cb866e4679a32dc.tar.gz
ptxdist-89587de57a4467c7178521981cb866e4679a32dc.tar.xz
fixup dependencies
git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-0.9-trunk@3864 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'rules/glibc.make')
-rw-r--r--rules/glibc.make8
1 files changed, 4 insertions, 4 deletions
diff --git a/rules/glibc.make b/rules/glibc.make
index ee4a0fea5..d8c9709a7 100644
--- a/rules/glibc.make
+++ b/rules/glibc.make
@@ -52,7 +52,7 @@ glibc_prepare: $(STATEDIR)/glibc.prepare
glibc_prepare_deps = $(STATEDIR)/glibc.extract
-$(STATEDIR)/glibc.prepare: $(glibc_prepare_deps)
+$(STATEDIR)/glibc.prepare: $(glibc_prepare_deps_default)
@$(call targetinfo, $@)
@$(call touch, $@)
@@ -64,7 +64,7 @@ glibc_compile: $(STATEDIR)/glibc.compile
glibc_compile_deps = $(STATEDIR)/glibc.prepare
-$(STATEDIR)/glibc.compile: $(glibc_compile_deps)
+$(STATEDIR)/glibc.compile: $(glibc_compile_deps_default)
@$(call targetinfo, $@)
@$(call touch, $@)
@@ -76,7 +76,7 @@ glibc_install: $(STATEDIR)/glibc.install
glibc_install_deps = $(STATEDIR)/glibc.compile
-$(STATEDIR)/glibc.install: $(glibc_install_deps)
+$(STATEDIR)/glibc.install: $(glibc_install_deps_default)
@$(call targetinfo, $@)
@$(call touch, $@)
@@ -94,7 +94,7 @@ else
GLIBC_STRIP = y
endif
-$(STATEDIR)/glibc.targetinstall: $(glibc_targetinstall_deps)
+$(STATEDIR)/glibc.targetinstall: $(glibc_targetinstall_deps_default)
@$(call targetinfo, $@)
@$(call install_init,default)