No reason to have {} for one variable and () for all others

git-svn-id: http://qeforge.qe-forge.org/svn/q-e/trunk/espresso@13177 c92efa57-630b-4861-b058-cf58834340f0
This commit is contained in:
giannozz 2016-11-24 08:16:19 +00:00
parent 21c33f5dbf
commit 0350d74c8f
1 changed files with 1 additions and 1 deletions

View File

@ -154,7 +154,7 @@ RANLIB = @ranlib@
FLIB_TARGETS = all FLIB_TARGETS = all
LIBOBJS = $(TOPDIR)/clib/clib.a $(TOPDIR)/iotk/src/libiotk.a LIBOBJS = $(TOPDIR)/clib/clib.a $(TOPDIR)/iotk/src/libiotk.a
LIBS = $(SCALAPACK_LIBS) $(LAPACK_LIBS) $(FFT_LIBS) $(BLAS_LIBS) $(MPI_LIBS) $(MASS_LIBS) ${HDF5_LIB} $(LD_LIBS) LIBS = $(SCALAPACK_LIBS) $(LAPACK_LIBS) $(FFT_LIBS) $(BLAS_LIBS) $(MPI_LIBS) $(MASS_LIBS) $(HDF5_LIB) $(LD_LIBS)
# wget or curl - useful to download from network # wget or curl - useful to download from network
WGET = @wget@ WGET = @wget@