Skip to content

Commit

Permalink
fix recursive make error (#1069)
Browse files Browse the repository at this point in the history
See also #763
  • Loading branch information
balay authored Feb 16, 2024
1 parent 7e7fc8c commit ee74c20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/seq_block_mv/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ SONAME = libHYPRE_seq_block_mv-${HYPRE_RELEASE_VERSION}${HYPRE_LIB_SUFFIX}
##################################################################

all:
make lib
$(MAKE) lib

lib: libHYPRE_seq_block_mv${HYPRE_LIB_SUFFIX}
cp -fR $(srcdir)/_hypre_seq_block_mv.h $(HYPRE_BUILD_DIR)/include
Expand Down

0 comments on commit ee74c20

Please sign in to comment.