Fix parallel make targets
commit11fc58fa13ab4d8a60668203da9673c3812f5300
authorMichael Matz <matz@suse.de>
Thu, 12 Dec 2019 01:00:13 +0000 (12 02:00 +0100)
committerMichael Matz <matz@suse.de>
Thu, 12 Dec 2019 01:00:13 +0000 (12 02:00 +0100)
tree428f2fd226e86f6b33b64c1b65eee08293452ada
parent90e09ed75f6b9bdf4a4cf57f899876d73592d452
Fix parallel make targets

my last patch here fixed a missing dependency, but in the wrong
way.  It would build some object files twice, which could race.
The lib/all target already builds both libtcc{,b}1.a libs, so
a simple dependency is enough.
Makefile