Use $(MAKE) instead of (non-portable) make (#763) (#766)

Cf. #755 (comment).

Co-authored-by: prj- <prj-@users.noreply.github.com>
This commit is contained in:
Rob Falgout 2022-11-03 13:35:43 -07:00 committed by GitHub
parent a6228149b2
commit aff83e81fc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -87,8 +87,8 @@ SONAME = libHYPRE_seq_mv-${HYPRE_RELEASE_VERSION}${HYPRE_LIB_SUFFIX}
##################################################################
all:
make autogen
make lib
$(MAKE) autogen
$(MAKE) lib
lib: libHYPRE_seq_mv${HYPRE_LIB_SUFFIX}
cp -fR $(srcdir)/HYPRE_*.h $(HYPRE_BUILD_DIR)/include