On Mon Mar 26 00:53:31 2007, kjs wrote: > Klaas-Jan Stol wrote: > > James Keenan wrote: > >>[snip] > >> Please try the patch attached. > >> > >> It more closely follows the pattern in config/gen/makefiles/root.in > >> -- specifically it categorizes your Makefile as a STICKY_FILE. > > > > It does remove the Makefile when doing make realclean. (I'm on > > windows, can't check on linux). However, the executable (pirc.exe in > > my case) > > and obj. files are not removed. (but the Makefile's listed in > > realclean target) > <<<------ that is, I meant the exe. file is in realclean target. > kjs > > Hmm, I would have thought modelling your Makefile more closely on root.in would have fixed the problem.
Could you please do the following: (a) make sure that any errant files are manually removed; (b) do a 'make realclean'; (c) then do an 'svn status' and post the results. Any Makefile experts out there who could help us out? kid51