Makefile: prevent linking duplicate object files
authorSzabolcs Nagy <nsz@port70.net>
Fri, 24 Jul 2020 14:37:31 +0000 (14:37 +0000)
committerSzabolcs Nagy <nsz@port70.net>
Fri, 24 Jul 2020 14:37:31 +0000 (14:37 +0000)
previously the foo.OBJS list could not include foo.o because that's
already linked into foo.exe, but this is an easy mistake to make when
using foo.OBJS to link multiple objects into a test binary so ensure
that objects are not duplicated on the link command line.


No differences found