summaryrefslogtreecommitdiffstats
path: root/rules/libnetpbm.make
diff options
context:
space:
mode:
authorRobert Schwebel <r.schwebel@pengutronix.de>2006-01-12 18:29:27 +0000
committerRobert Schwebel <r.schwebel@pengutronix.de>2006-01-12 18:29:27 +0000
commitb950e21a84698ed4ec1c6d31457f8c38541e262c (patch)
treef8593110b8dc6b81ed6db6aa703440c639aa95bb /rules/libnetpbm.make
parent9e422e5cf3f0a7bfe2008640139f342e3ad2e134 (diff)
downloadptxdist-b950e21a84698ed4ec1c6d31457f8c38541e262c.tar.gz
ptxdist-b950e21a84698ed4ec1c6d31457f8c38541e262c.tar.xz
fixup dependencies
git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-0.9-trunk@3875 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'rules/libnetpbm.make')
-rw-r--r--rules/libnetpbm.make17
1 files changed, 1 insertions, 16 deletions
diff --git a/rules/libnetpbm.make b/rules/libnetpbm.make
index e53d3de05..d02c25dc2 100644
--- a/rules/libnetpbm.make
+++ b/rules/libnetpbm.make
@@ -32,9 +32,7 @@ LIBNETPBM_DIR = $(BUILDDIR)/$(LIBNETPBM)
libnetpbm_get: $(STATEDIR)/libnetpbm.get
-libnetpbm_get_deps = $(LIBNETPBM_SOURCE)
-
-$(STATEDIR)/libnetpbm.get: $(libnetpbm_get_deps_default)
+$(STATEDIR)/libnetpbm.get: $(LIBNETPBM_SOURCE)
@$(call targetinfo, $@)
@$(call touch, $@)
@@ -48,8 +46,6 @@ $(LIBNETPBM_SOURCE):
libnetpbm_extract: $(STATEDIR)/libnetpbm.extract
-libnetpbm_extract_deps = $(STATEDIR)/libnetpbm.get
-
$(STATEDIR)/libnetpbm.extract: $(libnetpbm_extract_deps)
@$(call targetinfo, $@)
@$(call clean, $(LIBNETPBM_DIR))
@@ -63,13 +59,6 @@ $(STATEDIR)/libnetpbm.extract: $(libnetpbm_extract_deps)
libnetpbm_prepare: $(STATEDIR)/libnetpbm.prepare
-#
-# dependencies
-#
-libnetpbm_prepare_deps = \
- $(STATEDIR)/libnetpbm.extract \
- $(STATEDIR)/virtual-xchain.install
-
LIBNETPBM_PATH = PATH=$(CROSS_PATH)
LIBNETPBM_ENV = $(CROSS_ENV)
@@ -97,8 +86,6 @@ endif
libnetpbm_compile: $(STATEDIR)/libnetpbm.compile
-libnetpbm_compile_deps = $(STATEDIR)/libnetpbm.prepare
-
$(STATEDIR)/libnetpbm.compile: $(libnetpbm_compile_deps_default)
@$(call targetinfo, $@)
cd $(LIBNETPBM_DIR) && $(LIBNETPBM_ENV) $(LIBNETPBM_PATH) make
@@ -123,8 +110,6 @@ $(STATEDIR)/libnetpbm.install: $(STATEDIR)/libnetpbm.compile
libnetpbm_targetinstall: $(STATEDIR)/libnetpbm.targetinstall
-libnetpbm_targetinstall_deps = $(STATEDIR)/libnetpbm.compile
-
$(STATEDIR)/libnetpbm.targetinstall: $(libnetpbm_targetinstall_deps_default)
@$(call targetinfo, $@)