> In any case I think it's clumsy. What dependencies were really missing?
Change any tcc*.c file and issue "make": no any tcc  will be
recompiled. TCCLIBS can be removed for now. But compilers must me
recompiled if source files are changed.

Yes, patch is silly but problem must be solved. Can you show your
problems with this commit? I don't found any for me...


2015-03-06 0:04 GMT+03:00, Edmund Grimley Evans
<[email protected]>:
> It adds to Makefile the line:
>
> $(PROGS) $(TCCLIBS): *.c *.h
>
> That breaks things because "$^", used in several places, picks up all
> the "prerequesites", which now include "*.c *.h".
>
> In any case I think it's clumsy. What dependencies were really missing?
>
> _______________________________________________
> Tinycc-devel mailing list
> [email protected]
> https://lists.nongnu.org/mailman/listinfo/tinycc-devel
>

_______________________________________________
Tinycc-devel mailing list
[email protected]
https://lists.nongnu.org/mailman/listinfo/tinycc-devel

Reply via email to