On Wed, 2004-11-24 at 18:41, Alexandre Oliva wrote: > On Nov 17, 2004, Richard Earnshaw wrote: > > > ! sim-basics_h = $(srccom)/sim-basics.h \ > > ! cconfig_h \ > > ! tconfig_h \ > > How are the cconfig_h and tconfig_h deps supposed to be resolved? I > don't get any other grep matches for these strings within sim, and > at least the frv sim won't build because sim-core.o needs some > cconfig_h file that doesn't exist. What was the idea here? > $(cconfig_h) and $(tconfig_h), maybe? Can you test the attached patch? It fixes the dependency problems I now see when I correct the sim-load.o dependency. R. * Make-common.in (sim-basics_h): Correct dependencies on cconfig.h and tconfig.h (sim-load.o): Correct typo in sim-basics_h dependency.