aboutsummaryrefslogtreecommitdiffstats
path: root/package/configure-snippets/configure_generate_make
blob: 751d1f41f422e78520acb8973e3b3532a0e07588 (plain)
1
2
3
4
5
if $multicall ; then
  echo "MULTICALL := 1"
else
  echo "MULTICALL :="
fi