summaryrefslogtreecommitdiffstats
path: root/rules/libnetpbm.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/libnetpbm.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/libnetpbm.make')
-rw-r--r--rules/libnetpbm.make8
1 files changed, 4 insertions, 4 deletions
diff --git a/rules/libnetpbm.make b/rules/libnetpbm.make
index 39e69c4aa..e53d3de05 100644
--- a/rules/libnetpbm.make
+++ b/rules/libnetpbm.make
@@ -34,7 +34,7 @@ libnetpbm_get: $(STATEDIR)/libnetpbm.get
libnetpbm_get_deps = $(LIBNETPBM_SOURCE)
-$(STATEDIR)/libnetpbm.get: $(libnetpbm_get_deps)
+$(STATEDIR)/libnetpbm.get: $(libnetpbm_get_deps_default)
@$(call targetinfo, $@)
@$(call touch, $@)
@@ -73,7 +73,7 @@ libnetpbm_prepare_deps = \
LIBNETPBM_PATH = PATH=$(CROSS_PATH)
LIBNETPBM_ENV = $(CROSS_ENV)
-$(STATEDIR)/libnetpbm.prepare: $(libnetpbm_prepare_deps)
+$(STATEDIR)/libnetpbm.prepare: $(libnetpbm_prepare_deps_default)
@$(call targetinfo, $@)
cp $(LIBNETPBM_DIR)/Makefile.config.in $(LIBNETPBM_DIR)/Makefile.config
ifdef PTXCONF_LIBNETPBM_BUILD_FIASCO
@@ -99,7 +99,7 @@ libnetpbm_compile: $(STATEDIR)/libnetpbm.compile
libnetpbm_compile_deps = $(STATEDIR)/libnetpbm.prepare
-$(STATEDIR)/libnetpbm.compile: $(libnetpbm_compile_deps)
+$(STATEDIR)/libnetpbm.compile: $(libnetpbm_compile_deps_default)
@$(call targetinfo, $@)
cd $(LIBNETPBM_DIR) && $(LIBNETPBM_ENV) $(LIBNETPBM_PATH) make
@$(call touch, $@)
@@ -125,7 +125,7 @@ libnetpbm_targetinstall: $(STATEDIR)/libnetpbm.targetinstall
libnetpbm_targetinstall_deps = $(STATEDIR)/libnetpbm.compile
-$(STATEDIR)/libnetpbm.targetinstall: $(libnetpbm_targetinstall_deps)
+$(STATEDIR)/libnetpbm.targetinstall: $(libnetpbm_targetinstall_deps_default)
@$(call targetinfo, $@)
@$(call install_init,default)