summaryrefslogtreecommitdiffstats
path: root/rules/glibc.make
diff options
context:
space:
mode:
authorRobert Schwebel <r.schwebel@pengutronix.de>2006-01-12 17:48:12 +0000
committerRobert Schwebel <r.schwebel@pengutronix.de>2006-01-12 17:48:12 +0000
commitac6b2f24403305eba725d7d5364f1d183475a77a (patch)
tree857c27f82cd10b379ce9ee9412ed68a31f9b7591 /rules/glibc.make
parentec22d92ce4c20b2f67ce82190496be1e497aa8c8 (diff)
downloadptxdist-ac6b2f24403305eba725d7d5364f1d183475a77a.tar.gz
ptxdist-ac6b2f24403305eba725d7d5364f1d183475a77a.tar.xz
fixup dependencies
git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-0.9-trunk@3868 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'rules/glibc.make')
-rw-r--r--rules/glibc.make12
1 files changed, 1 insertions, 11 deletions
diff --git a/rules/glibc.make b/rules/glibc.make
index d8c9709a7..95ca8c92e 100644
--- a/rules/glibc.make
+++ b/rules/glibc.make
@@ -38,9 +38,7 @@ $(STATEDIR)/glibc.get:
glibc_extract: $(STATEDIR)/glibc.extract
-glibc_extract_deps = $(STATEDIR)/glibc.get
-
-$(STATEDIR)/glibc.extract: $(glibc_extract_deps)
+$(STATEDIR)/glibc.extract: $(glibc_extract_deps_default)
@$(call targetinfo, $@)
@$(call touch, $@)
@@ -50,8 +48,6 @@ $(STATEDIR)/glibc.extract: $(glibc_extract_deps)
glibc_prepare: $(STATEDIR)/glibc.prepare
-glibc_prepare_deps = $(STATEDIR)/glibc.extract
-
$(STATEDIR)/glibc.prepare: $(glibc_prepare_deps_default)
@$(call targetinfo, $@)
@$(call touch, $@)
@@ -62,8 +58,6 @@ $(STATEDIR)/glibc.prepare: $(glibc_prepare_deps_default)
glibc_compile: $(STATEDIR)/glibc.compile
-glibc_compile_deps = $(STATEDIR)/glibc.prepare
-
$(STATEDIR)/glibc.compile: $(glibc_compile_deps_default)
@$(call targetinfo, $@)
@$(call touch, $@)
@@ -74,8 +68,6 @@ $(STATEDIR)/glibc.compile: $(glibc_compile_deps_default)
glibc_install: $(STATEDIR)/glibc.install
-glibc_install_deps = $(STATEDIR)/glibc.compile
-
$(STATEDIR)/glibc.install: $(glibc_install_deps_default)
@$(call targetinfo, $@)
@$(call touch, $@)
@@ -86,8 +78,6 @@ $(STATEDIR)/glibc.install: $(glibc_install_deps_default)
glibc_targetinstall: $(STATEDIR)/glibc.targetinstall
-glibc_targetinstall_deps = $(STATEDIR)/glibc.install
-
ifdef PTXCONF_GLIBC_DEBUG
GLIBC_STRIP = n
else