Skip to content

Commit 2ee50aa

Browse files
committed
Remove unnecessary build rule, making use of built-in build rule.
1 parent 089cb40 commit 2ee50aa

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Makefile.in

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,6 @@ PROGRAM = mpi_test_suite
167167
all: $(PROGRAM)
168168

169169
$(PROGRAM): $(OBJ)
170-
$(CC) -o $(PROGRAM) $(OBJ) $(LDFLAGS)
171170

172171
$(OBJ): $(HEADER)
173172
.c.o: $(HEADER)

0 commit comments

Comments
 (0)