Took duplicate out of F77FLAGS statement.
This commit is contained in:
parent
424a09f5b1
commit
253244be01
2 changed files with 2 additions and 2 deletions
|
|
@ -10,7 +10,7 @@ LAPACKLIB = @buildlib@/libctlapack.a
|
|||
|
||||
do_ranlib = @DO_RANLIB@
|
||||
|
||||
F_FLAGS = @FFLAGS@ @F77FLAGS@
|
||||
F_FLAGS = @FFLAGS@
|
||||
|
||||
OBJS = \
|
||||
dbdsqr.o \
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@ LIB = @buildlib@/librecipes.a
|
|||
|
||||
do_ranlib = @DO_RANLIB@
|
||||
|
||||
F_FLAGS = @FFLAGS@ @F77FLAGS@
|
||||
F_FLAGS = @FFLAGS@
|
||||
|
||||
OBJS = simp1.o simp2.o simp3.o simplx.o
|
||||
SRCS = $(OBJS:.o=.cpp)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue