msysperl: Prevent LIB from Visual Studio to bork the build
commit2cc8949d680b698a728f51c1b78cd940409c80db
authorJohannes Schindelin <johannes.schindelin@gmx.de>
Fri, 5 Oct 2007 00:54:19 +0000 (5 01:54 +0100)
committerJohannes Schindelin <johannes.schindelin@gmx.de>
Fri, 5 Oct 2007 00:54:19 +0000 (5 01:54 +0100)
treee2ace7f6295c802a810d6cacd8024fd8715070c7
parent4a97d73d792dd485074d14e1852f0af34caa254e
msysperl: Prevent LIB from Visual Studio to bork the build

The LIB variable from Visual Studio typically ends in a backslash.
When building SDBM, the variable LIB is therefore set to something
like "...\" which is an invalid string, of course.

Since the LIB variable is utterly uninteresting, just set it to the
empty string.

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
perl/buildperl.sh