Fix bug in Makefile that causes linking to fail
commit526d06cfe582bf7efec881b000514dfb5aeb384d
authorOmair Mohammed Abdullah <omair.m.abdullah@linux.intel.com>
Thu, 9 Aug 2012 10:44:55 +0000 (9 16:14 +0530)
committerDan Carpenter <dan.carpenter@oracle.com>
Thu, 9 Aug 2012 11:12:21 +0000 (9 14:12 +0300)
tree5abf1c63261f892e34a942c7a93a9951294fe717
parentd5ac1dd119ac812f7d46ef3f5b89bbf7e0110df0
Fix bug in Makefile that causes linking to fail

Libraries provided with -l flags need to be given _after_ the object files.
Compilation gave error in linking with the math library since the LDFLAGS were
before the object file.

Signed-off-by: Omair Mohammed Abdullah <omair.m.abdullah@linux.intel.com>
Makefile
cwchash/Makefile