fix quotes
This commit is contained in:
parent
439b7e293f
commit
66af6f7642
@ -37,8 +37,8 @@ RANLIB=@RANLIB@
|
||||
srcdir=@srcdir@
|
||||
SO=@SO@
|
||||
CWD=$(PWD)
|
||||
MPILDF=`$(MPI_CC) --showme:link"
|
||||
MPICF=`$(MPI_CC) --showme:compile"
|
||||
MPILDF=`$(MPI_CC) --showme:link`
|
||||
MPICF=`$(MPI_CC) --showme:compile`
|
||||
#
|
||||
|
||||
OBJS=yap_mpi.o hash.o prologterms2c.o
|
||||
|
Reference in New Issue
Block a user