summaryrefslogtreecommitdiffstats
path: root/rules/coreutils.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/coreutils.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/coreutils.make')
-rw-r--r--rules/coreutils.make2
1 files changed, 2 insertions, 0 deletions
diff --git a/rules/coreutils.make b/rules/coreutils.make
index ab63996c4..e848ba4d2 100644
--- a/rules/coreutils.make
+++ b/rules/coreutils.make
@@ -22,6 +22,8 @@ COREUTILS_URL = $(PTXCONF_SETUP_GNUMIRROR)/coreutils/$(COREUTILS).tar.bz2
COREUTILS_SOURCE = $(SRCDIR)/$(COREUTILS).tar.bz2
COREUTILS_DIR = $(BUILDDIR)/$(COREUTILS)
+include $(call package_depfile)
+
# ----------------------------------------------------------------------------
# Get
# ----------------------------------------------------------------------------