Closed rainwoodman closed 3 years ago
is the .a archive removed and rebuilt on every update ? proper make target should look like
foo.a: $(OBJS)
rm foo.a
ar rcu foo.a $(OBJS)
Indeed the rm foo.a line is missing. I will reopen if this reoccurs. Thanks!
e.g.
Improper file dependencies? This goes away if I do a
make clean
.