I wrote:
> I have found that it is possible to work around this problem by adding
>   $(addsuffix _c.o, $(filter-out adnshost,$(CLIENTS))):
> or
>   .SECONDARY: $(addsuffix _c.o, $(CLIENTS))
> to the Makefile.

In fact, this is not completely correct.  Adding those things to the
makefile causes make to not automatically delete %_c.o (eg,
adnstest_c.o).  That makes it much less likely that with this
particular Makefile the user will trip over it.

Even with those things in the Makefile, I can reproduce the problem by
running
  touch ../src/addrfam.c; rm adnstest_c.o; make -j adnstest_record

Thanks,
Ian.


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to