Skip to content

Commit 16a1c7d

Browse files
authored
Merge pull request #32 from pkg-perl-tools/pkg-perl-1746916381
add make deps
2 parents ddaf348 + 985d7db commit 16a1c7d

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/Makefile.PL

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,8 @@ libclient$(LIB_EXT): $(OBJECT)
5858
$(AR) cr libclient$(LIB_EXT) $(OBJECT)
5959
$(RANLIB) libclient$(LIB_EXT)
6060
61+
$(OBJECT): compute_crc32.h parse_keyword.h
62+
6163
parse_keyword.c parse_keyword.h :: genparser.pl reply.kw
6264
$(PERL) genparser.pl reply.kw parse_keyword.c parse_keyword.h
6365

0 commit comments

Comments
 (0)