From af40551c9f47ce752abefbf8afddba348875b0f6 Mon Sep 17 00:00:00 2001 From: Xianyi Zhang Date: Fri, 27 May 2011 21:15:30 +0800 Subject: [PATCH] Fixed the makefile bug about openblas_set_num_threads. --- driver/others/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/driver/others/Makefile b/driver/others/Makefile index ab0e2fea0..75b552b65 100644 --- a/driver/others/Makefile +++ b/driver/others/Makefile @@ -101,6 +101,7 @@ blas_server.$(SUFFIX) : $(BLAS_SERVER) ../../common.h ../../common_thread.h ../. $(CC) $(CFLAGS) -c $< -o $(@F) openblas_set_num_threads.$(SUFFIX) : openblas_set_num_threads.c + $(CC) $(CFLAGS) -c $< -o $(@F) blasL1thread.$(SUFFIX) : blas_l1_thread.c ../../common.h ../../common_thread.h $(CC) $(CFLAGS) -c $< -o $(@F)