Fixed the SUFFIX object
This commit is contained in:
parent
fbe1a9923c
commit
75a8802833
1 changed files with 3 additions and 3 deletions
|
|
@ -7,8 +7,8 @@
|
|||
|
||||
LIB = @buildlib@/libctmath.a
|
||||
|
||||
SUFFIXES=
|
||||
SUFFIXES= .f .d .o
|
||||
.SUFFIXES :
|
||||
.SUFFIXES : .f .d .o .cpp
|
||||
|
||||
F_FLAGS = @FFLAGS@ @F77FLAGS@
|
||||
|
||||
|
|
@ -35,7 +35,7 @@ xersve.o \
|
|||
xgetua.o
|
||||
|
||||
SRCS = $(OBJS:.o=.cpp)
|
||||
|
||||
all = $(LIB)
|
||||
|
||||
$(LIB): $(OBJS)
|
||||
@ARCHIVE@ $(LIB) $(OBJS) > /dev/null
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue