Merge pull request #291 from larsmans/fix-makefile-prefix

fix default prefix handling in makefiles
This commit is contained in:
Zhang Xianyi
2013-08-28 09:26:16 -07:00
2 changed files with 2 additions and 4 deletions

View File

@@ -15,10 +15,6 @@ ifdef SANITY_CHECK
BLASDIRS += reference
endif
ifndef PREFIX
PREFIX = /opt/OpenBLAS
endif
SUBDIRS = $(BLASDIRS)
ifneq ($(NO_LAPACK), 1)
SUBDIRS += lapack