summaryrefslogtreecommitdiff
path: root/package
diff options
context:
space:
mode:
authorPeter Korsgaard <jacmet@sunsite.dk>2010-05-27 14:11:26 +0200
committerPeter Korsgaard <jacmet@sunsite.dk>2010-05-27 14:11:26 +0200
commitaacfa1803358fa97afc3e2423956d97a9292d60d (patch)
tree1814a5cfe45bc45a117970fab4d07668d6df4bba /package
parent062cebb08fa9079b39f61144224de2ad2e2e56a6 (diff)
parent0e12aa3e0f9a3a1170196c1f078f633fcbc92568 (diff)
Merge branch 'graph-dependencies' of git://git.busybox.net/~tpetazzoni/git/buildroot
Diffstat (limited to 'package')
-rw-r--r--package/Makefile.package.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/package/Makefile.package.in b/package/Makefile.package.in
index c2f86c7be..cdf49f8fe 100644
--- a/package/Makefile.package.in
+++ b/package/Makefile.package.in
@@ -338,6 +338,9 @@ $(1)-extract: $(1)-depends \
$(1)-depends: $(1)-source $$($(2)_DEPENDENCIES)
+$(1)-show-depends:
+ @echo $$($(2)_DEPENDENCIES)
+
$(1)-source: $$($(2)_TARGET_SOURCE)
$(1)-uninstall: $(1)-configure $$($(2)_TARGET_UNINSTALL)