summaryrefslogtreecommitdiffstats
path: root/rules/host-zlib.make
diff options
context:
space:
mode:
authorBjoern Buerger <b.buerger@pengutronix.de>2006-01-09 17:58:15 +0000
committerBjoern Buerger <b.buerger@pengutronix.de>2006-01-09 17:58:15 +0000
commit8d5ce38942b1327c1c86366bb7afba95ae364d38 (patch)
treed886c7f68dadcabdbcb9ecb4bf29d460afc5fb20 /rules/host-zlib.make
parent9e5b71e833af5de0ebbd4224761e4605499cf174 (diff)
downloadptxdist-8d5ce38942b1327c1c86366bb7afba95ae364d38.tar.gz
ptxdist-8d5ce38942b1327c1c86366bb7afba95ae364d38.tar.xz
added generic call package_depfile rule for autogeneration of default dependencies - this should not break anything, since it just adds some more variables
git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-0.9-trunk@3743 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'rules/host-zlib.make')
-rw-r--r--rules/host-zlib.make3
1 files changed, 3 insertions, 0 deletions
diff --git a/rules/host-zlib.make b/rules/host-zlib.make
index d0b8341d5..787262235 100644
--- a/rules/host-zlib.make
+++ b/rules/host-zlib.make
@@ -8,6 +8,7 @@
# see the README file.
#
+
HOST_PACKAGES-$(HOSTTOOL_ZLIB) += hosttool-zlib
#
@@ -15,6 +16,8 @@ HOST_PACKAGES-$(HOSTTOOL_ZLIB) += hosttool-zlib
#
HOSTTOOL_ZLIB_BUILDDIR = $(HOST_BUILDDIR)/$(ZLIB)
+include $(call package_depfile)
+
# ----------------------------------------------------------------------------
# Get
# ----------------------------------------------------------------------------