Makefile: Build test-lparse with sane linking options
commit8a51f3662b61d6bcfb706fe0eccc42cc3b3692b3
authorAndreas Ericsson <ae@op5.se>
Tue, 6 Apr 2010 16:33:46 +0000 (6 18:33 +0200)
committerAndreas Ericsson <ae@op5.se>
Tue, 6 Apr 2010 16:33:46 +0000 (6 18:33 +0200)
tree98cec0b9badde3fbe57b035db7631cc3e1d56bf8
parentf3c4c6ea07c426e7a5005e68b767441a39141e6e
Makefile: Build test-lparse with sane linking options

We get rid of the stupid $(LOGDEPS) variable which was only used
in one place, and we also remove the $(TESTLDFLAGS) from the linker
options, since they only contained arguments to expose all symbols
in the test-program. For nebtest, this is necessary. For test-lparse,
it's not.

Signed-off-by: Andreas Ericsson <ae@op5.se>
Makefile