Took duplicate out of F77FLAGS statement.

This commit is contained in:
Harry Moffat 2006-03-03 22:44:09 +00:00
parent 424a09f5b1
commit 253244be01
2 changed files with 2 additions and 2 deletions

View file

@ -10,7 +10,7 @@ LAPACKLIB = @buildlib@/libctlapack.a
do_ranlib = @DO_RANLIB@
F_FLAGS = @FFLAGS@ @F77FLAGS@
F_FLAGS = @FFLAGS@
OBJS = \
dbdsqr.o \

View file

@ -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)