On Wed, Aug 31, 2016 at 09:43:43AM -0400, Programmingkid wrote:
> When I tried to make a change to the file hw/misc/macio/cuda.c, the make 
> command would not detect the changes. I would have to delete the cuda.o file 
> to make the changes actually compile. 

Try "make -d hw/misc/macio/cuda.o" to see what make thinks about the
file.  The -d option prints debugging output that shows which files are
being considered and whether make wants to rebuild them.

Stefan

Attachment: signature.asc
Description: PGP signature

Reply via email to