From: Zhang Xianyi Date: Fri, 24 May 2013 07:15:52 +0000 (+0800) Subject: Fixed #199. Saved USE_THREAD switch for make install. X-Git-Tag: v0.2.9.rc1~92 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=acb11905d5bf05fd04a2178c68d4252fd3fc7512;p=platform%2Fupstream%2Fopenblas.git Fixed #199. Saved USE_THREAD switch for make install. --- diff --git a/Makefile b/Makefile index bde7cf3..7424dd6 100644 --- a/Makefile +++ b/Makefile @@ -154,6 +154,9 @@ ifeq ($(DYNAMIC_ARCH), 1) done echo DYNAMIC_ARCH=1 >> Makefile.conf_last endif +ifdef USE_THREAD + echo USE_THREAD=$(USE_THREAD) >> Makefile.conf_last +endif touch lib.grd prof : prof_blas prof_lapack