fix default prefix handling in makefiles
authorLars Buitinck <larsmans@gmail.com>
Wed, 28 Aug 2013 15:39:54 +0000 (17:39 +0200)
committerLars Buitinck <larsmans@gmail.com>
Wed, 28 Aug 2013 15:41:31 +0000 (17:41 +0200)
commita29e6592dac010f92730ca7c64f8e4d48d46200d
tree24a1eb5653da3bee03bf749c9d4e693312ef7589
parentfe98de2f682e0847258d3438b4b761433dbddc26
fix default prefix handling in makefiles

PREFIX wasn't communicated to Makefile.install (where it matters)
by Makefile. The result is that the default PREFIX is empty and
OpenBLAS was being installed in /lib.
Makefile
Makefile.install