Skip to content

Commit afdb3bb

Browse files
committed
ci: gcov dep error
1 parent 0db5954 commit afdb3bb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile.in

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,8 @@ texinfo.tex Makefile.in configure configure.in mkinstalldirs install-sh \
6969

7070
all: libtermcap.a info
7171

72-
test: libtermcap.a test.o
73-
$(CC) $(CFLAGS) $(LDFLAGS) -o test test.o libtermcap.a
72+
test: libtermcap.a
73+
$(CC) $(CFLAGS) $(LDFLAGS) -o test test.c libtermcap.a
7474
./test
7575

7676
.c.o:

0 commit comments

Comments
 (0)