crda: Fix --as-needed usage v1.0.1
authorDiego E. 'Flameeyes' Pettenò <flameeyes@gmail.com>
Sat, 24 Jan 2009 21:39:26 +0000 (13:39 -0800)
committerLuis R. Rodriguez <lrodriguez@atheros.com>
Sat, 24 Jan 2009 21:39:26 +0000 (13:39 -0800)
commit62a06de3a515f64afd829cdcabcf3bfaf7f6894d
tree4ad32546db381332cf98a2c8f1d63d0d9363fdb4
parent59ea647265425710bfb805b98d393030444c5abb
crda: Fix --as-needed usage

For --as-needed to work (and for traditional ld too) the libraries should
always be passed _after_ the object files, move them so that they are
picked up properly.

Also rename LIBS to NLLIBS to avoid confusion between LIBS/LDLIBS.

Signed-off-by: Diego E. 'Flameeyes' Pettenò <flameeyes@gmail.com>
Signed-off-by: Luis R. Rodriguez <lrodriguez@atheros.com>
Makefile