Sergey Korshunoff <[email protected]>:

> Change any tcc*.c file and issue "make": no any tcc  will be
> recompiled.

It works for me without that commit. I tested with tccgen.c and
tccelf.c. tcc$(EXESUF) depends on $(LIBTCC), which depends on
$(LIBTCC_OBJ), which includes tccelf.o, which depends on tccelf.c. So
why do you want to add "tcc: *.c"?

> 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...

I got a lot of errors (even without creating "t.c" in the same
directory for testing tcc, which is a reasonable thing to do).

Edmund

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

Reply via email to