http-parser icon indicating copy to clipboard operation
http-parser copied to clipboard

Fix 5 dependency issues in Makefile

Open vemakereporter opened this issue 6 years ago • 0 comments

Hi, I've fixed 4 dependencies missing and 1 dependency excessive reported. Those issues can cause incorrect results when http-parser is incrementally built. For example, any changes in "http-parser.h" will not cause "url_parser" to be rebuilt, which is incorrect. The changes in "http-parser.h" will cause an unnecessary rebuild of "test_fast". I've tested it on my computer, the fixed version worked as expected. Looking forward to your confirmation.

Thanks Vemake

vemakereporter avatar Jul 23 '19 03:07 vemakereporter