Don't explicitly list each component-target
authorLaslo Hunhold <dev@frign.de>
Tue, 29 May 2018 19:24:43 +0000 (21:24 +0200)
committerAaron Marcher <me@drkhsh.at>
Tue, 29 May 2018 19:25:39 +0000 (21:25 +0200)
commit81d5b427cb10eae98fc958627336503390b9a1c1
tree69566290f58143061cf7ee34f4d54bb57bc47806
parent0c29fc56f992a1eb74fadea361180d77af262ee5
Don't explicitly list each component-target

I made a mistake while reading the Posix spec. In fact, the implicit
prerequisite imposed by the .c.o-rule is evaluated as expected, even if
the .c is not given in the target rule.

This partially reverts 0efd64ffaa04715eff9c834c437562952c4531cd.
Makefile