depcomp tests: do not specify LDFLAGS for static libraries
authorPeter Rosin <peda@lysator.liu.se>
Tue, 14 Feb 2012 01:56:39 +0000 (02:56 +0100)
committerPeter Rosin <peda@lysator.liu.se>
Tue, 14 Feb 2012 01:56:39 +0000 (02:56 +0100)
commit4933232e195fa4650400990bfba4c88fae9b8a29
tree6ca241c7b00fb1070bce12758912e8298cfa57b6
parent2c430b160d34f6d27bdbf92dbde3b7fbae8b12a9
depcomp tests: do not specify LDFLAGS for static libraries

Commit v1.11-1848-gb3f34ca accidentally specified LDFLAGS
for libbaz even when built as a static library, which is
not allowed.

* tests/depcomp.sh (src/Makefile.am): Don't add any LDFLAGS
when libbaz is built as a static library.
tests/depcomp.sh