Fixed the makefile bug about openblas_set_num_threads.
authorXianyi Zhang <traits.zhang@gmail.com>
Fri, 27 May 2011 13:15:30 +0000 (21:15 +0800)
committerXianyi Zhang <traits.zhang@gmail.com>
Fri, 27 May 2011 13:15:30 +0000 (21:15 +0800)
driver/others/Makefile

index ab0e2fe..75b552b 100644 (file)
@@ -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)