]> granicus.if.org Git - liblinear/commit
Fix clean build on 64-bit platform by removing dependency on ../linear.o. By adding
authorrafan <rafan@16e7d947-dcc2-db11-b54a-0017319806e7>
Tue, 15 Jun 2010 14:37:05 +0000 (14:37 +0000)
committerrafan <rafan@16e7d947-dcc2-db11-b54a-0017319806e7>
Tue, 15 Jun 2010 14:37:05 +0000 (14:37 +0000)
commit685a4f257c24da53e3030ba93534234668476a29
tree64b146e6800a32af662ab75745ac60ba9120bf37
parentcb7eb478a1125ecbfbd6eba605e70e9c3ea8fbfc
Fix clean build on 64-bit platform by removing dependency on ../linear.o. By adding
this,  ../linear.o is built without proper CFLAGS (say -fPIC) as it is built by
current Makefile instead of ../Makefile. Without this dependency, the cost is
everytime we type 'make', it relinks so again (should be fine though).
python/Makefile