We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ddaf348 + 985d7db commit 16a1c7dCopy full SHA for 16a1c7d
1 file changed
src/Makefile.PL
@@ -58,6 +58,8 @@ libclient$(LIB_EXT): $(OBJECT)
58
$(AR) cr libclient$(LIB_EXT) $(OBJECT)
59
$(RANLIB) libclient$(LIB_EXT)
60
61
+$(OBJECT): compute_crc32.h parse_keyword.h
62
+
63
parse_keyword.c parse_keyword.h :: genparser.pl reply.kw
64
$(PERL) genparser.pl reply.kw parse_keyword.c parse_keyword.h
65
0 commit comments