summaryrefslogtreecommitdiff
path: root/package/pkgmaker
diff options
context:
space:
mode:
Diffstat (limited to 'package/pkgmaker')
-rw-r--r--package/pkgmaker2
1 files changed, 2 insertions, 0 deletions
diff --git a/package/pkgmaker b/package/pkgmaker
index 8b2419634..23e2a25a5 100644
--- a/package/pkgmaker
+++ b/package/pkgmaker
@@ -72,6 +72,8 @@ for sd in */Makefile; do
}
done
print \\tselect ADK_COMPILE_$dnu
+ dep=$($GMAKE show=CFLINE_$xu) # one free-format line
+ [[ -n $dep ]] && print "\t$dep"
if [[ -n $pd$ph ]]; then
print \\thelp
[[ -n $pd ]] && print "\t $pd"