chiark / gitweb /
Debianization and various other fixes.
[ezmlm] / default.a.do
1 if test -r "$2=l"
2 then
3   dependon "$2=l"
4   dependon makelib `cat "$2=l"`
5   directtarget
6   formake ./makelib $1 `cat "$2=l"`
7   ./makelib $1 `cat "$2=l"`
8 else
9   nosuchtarget
10 fi