You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What steps will reproduce the problem?
1. Build tcltcc
2. Change file tcltcc.c
3. Do a make
What is the expected output? What do you see instead?
Library will be rebuild. Instead make will indicate there is nothing to be
done. This has to do with tcc including the c files instead of compiling
them to .o files and linking them together. Either the TEA config should
be adapted to add the .c files as dependencies, or the include of the c
files should be removed. Currently a make clean ; make is required
Original issue reported on code.google.com by [email protected] on 15 Oct 2007 at 10:16
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
[email protected]
on 15 Oct 2007 at 10:16The text was updated successfully, but these errors were encountered: