Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Makefile does not contain correct dependencies #4

Open
GoogleCodeExporter opened this issue Oct 4, 2015 · 0 comments
Open

Makefile does not contain correct dependencies #4

GoogleCodeExporter opened this issue Oct 4, 2015 · 0 comments

Comments

@GoogleCodeExporter
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant