Skip to content

Commit

Permalink
fix lost indentation in the rules for the thread safety test
Browse files Browse the repository at this point in the history
  • Loading branch information
martin-frbg authored Jan 23, 2025
1 parent 262018f commit 9faebb3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile.install
Original file line number Diff line number Diff line change
Expand Up @@ -315,8 +315,8 @@ endif

endif
ifeq ($(CPP_THREAD_SAFETY_TEST), 1)
@install -m 666 cpp_thread_test/dgemm_tester $(DESTDIR)$(OPENBLAS_BINARY_DIR)
@install -m 666 cpp_thread_test/dgemv_tester $(DESTDIR)$(OPENBLAS_BINARY_DIR)
@install -m 666 cpp_thread_test/dgemm_tester $(DESTDIR)$(OPENBLAS_BINARY_DIR)
@install -m 666 cpp_thread_test/dgemv_tester $(DESTDIR)$(OPENBLAS_BINARY_DIR)
endif
endif

0 comments on commit 9faebb3

Please sign in to comment.