From: Richard W.M. Jones Date: Fri, 3 Jan 2020 08:11:18 +0000 (+0000) Subject: eval: Don't check target was rebuilt if there is no code. X-Git-Tag: v'0.2'~103 X-Git-Url: http://git.annexia.org/?a=commitdiff_plain;ds=sidebyside;h=eb96a7b791ac414a861a31e93e3336924daaecbe;hp=eb96a7b791ac414a861a31e93e3336924daaecbe;p=goals.git eval: Don't check target was rebuilt if there is no code. A pure dependency rule like: "foo.o": "foo.c" doesn't contain any code, so it doesn't make sense to check if the target has been rebuilt. ---