Skip to content

Commit

Permalink
Fixing Tcov Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
clouren committed May 30, 2024
1 parent d730556 commit 875a088
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions SPEX/Config/Tcov_Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -200,14 +200,14 @@ OBJ_Cholesky = \
SPEX_ldl_factorize.o \
SPEX_ldl_solve.o \

$(OBJ_Cholesky): ../Include/SPEX.h
$(OBJ_Cholesky): ../Include/SPEX.h ../SPEX_Cholesky/Source/spex_cholesky_internal.h

.PRECIOUS: SPEX_cholesky_%.c spex_symmetric_%.c SPEX_ldl_%.c

SPEX_cholesky_%.c:
- ln -s ../SPEX_Cholesky/Source/$@

spex_cholesky_%.c:
spex_symmetric_%.c:
- ln -s ../SPEX_Cholesky/Source/$@

SPEX_ldl_%.c:
Expand Down

0 comments on commit 875a088

Please sign in to comment.