Fixed the makefile bug about openblas_set_num_threads.

This commit is contained in:
Xianyi Zhang 2011-05-27 21:15:30 +08:00
parent c30c22a76c
commit af40551c9f
1 changed files with 1 additions and 0 deletions

View 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)