Skip to content

Commit 3400515

Browse files
committedJan 3, 2020
Remove .SUFFIXES as it is obsolete
1 parent 0d80b89 commit 3400515

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed
 

‎src/Makefile.manual

-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ OBJS = stdlib_experimental_ascii.o \
66
f18estop.o
77

88
.PHONY: all clean
9-
.SUFFIXES: $(SUFFIXES) .f90 .o
109

1110
all: $(LIB)
1211

‎src/tests/ascii/Makefile.manual

-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ CPPFLAGS = -I../..
55
LDFLAGS = -L../.. -lstdlib
66

77
.PHONY: all clean test
8-
.SUFFIXES: $(SUFFIXES) .f90 .o
98

109
all: $(PROG)
1110

‎src/tests/loadtxt/Makefile.manual

-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ CPPFLAGS = -I../..
22
LDFLAGS = -L../.. -lstdlib
33

44
.PHONY: all clean test
5-
.SUFFIXES: $(SUFFIXES) .f90 .o
65

76
PROGS = test_loadtxt test_savetxt test_loadtxt_qp test_savetxt_qp
87
OBJS = $(PROGS:=.o)

0 commit comments

Comments
 (0)