1
1

Don't let ROMIO override the execution-time "MAKE" macro

This commit was SVN r5056.
Этот коммит содержится в:
Jeff Squyres 2005-03-27 14:34:36 +00:00
родитель e9ae621323
Коммит a10076a00b

Просмотреть файл

@ -286,7 +286,8 @@ ROMIO_TFFLAGS=""
NOPROFILE=0 NOPROFILE=0
MPIRUN="" MPIRUN=""
FORTRAN_TEST="" FORTRAN_TEST=""
MAKE=${MAKE:-"make"} # Open MPI: This is a Bad Thing to do in Automake-based build systems
#MAKE=${MAKE:-"make"}
# foll. needed for f77 test programs # foll. needed for f77 test programs
F77GETARG="call getarg(i,str)" F77GETARG="call getarg(i,str)"
F77IARGC="iargc()" F77IARGC="iargc()"
@ -1675,7 +1676,8 @@ AC_SUBST(MPI_LIB)
AC_SUBST(F77) AC_SUBST(F77)
AC_SUBST(NOF77) AC_SUBST(NOF77)
AC_SUBST(NOPROFILE) AC_SUBST(NOPROFILE)
AC_SUBST(MAKE) # Open MPI: This is a Bad Thing to do in Automake-based build systems
#AC_SUBST(MAKE)
AC_SUBST(PREFIX) AC_SUBST(PREFIX)
AC_SUBST(arch_IRIX) AC_SUBST(arch_IRIX)
AC_SUBST(ROMIO_HOME) AC_SUBST(ROMIO_HOME)