Skip to content

Commit 9faebb3

Browse files
authored
fix lost indentation in the rules for the thread safety test
1 parent 262018f commit 9faebb3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: Makefile.install

+2-2
Original file line numberDiff line numberDiff line change
@@ -315,8 +315,8 @@ endif
315315

316316
endif
317317
ifeq ($(CPP_THREAD_SAFETY_TEST), 1)
318-
@install -m 666 cpp_thread_test/dgemm_tester $(DESTDIR)$(OPENBLAS_BINARY_DIR)
319-
@install -m 666 cpp_thread_test/dgemv_tester $(DESTDIR)$(OPENBLAS_BINARY_DIR)
318+
@install -m 666 cpp_thread_test/dgemm_tester $(DESTDIR)$(OPENBLAS_BINARY_DIR)
319+
@install -m 666 cpp_thread_test/dgemv_tester $(DESTDIR)$(OPENBLAS_BINARY_DIR)
320320
endif
321321
endif
322322

0 commit comments

Comments
 (0)