K 10
svn:author
V 5
eagle
K 8
svn:date
V 27
2014-09-24T02:53:29.059575Z
K 7
svn:log
V 364
Re-add second $(LIBSTORAGE) when linking backends

Backend commands (such as nntpget) linked with both history
and storage libraries list $(LIBSTORAGE) in the link line twice.
This isn't a mistake; there are some unfortunate circular
dependencies that require listing $(LIBSTORAGE) both before
and after $(LIBINNHIST) in the link line or static linking will
fail.

END
