summaryrefslogtreecommitdiffstats
path: root/rules/host-apache2.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-apache2.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-apache2.make')
-rw-r--r--rules/host-apache2.make2
1 files changed, 2 insertions, 0 deletions
diff --git a/rules/host-apache2.make b/rules/host-apache2.make
index 41b04430a..33fb61148 100644
--- a/rules/host-apache2.make
+++ b/rules/host-apache2.make
@@ -24,6 +24,8 @@ HOST_APACHE2_URL = http://ftp.plusline.de/ftp.apache.org/httpd/$(HOST_APACHE2).$
HOST_APACHE2_SOURCE = $(SRCDIR)/$(HOST_APACHE2).$(HOST_APACHE2_SUFFIX)
HOST_APACHE2_DIR = $(HOST_BUILDDIR)/$(HOST_APACHE2)
+include $(call package_depfile)
+
# ----------------------------------------------------------------------------
# Get
# ----------------------------------------------------------------------------