Jean-Marc Lasgouttes wrote:
"Helge" == Helge Hafting <[EMAIL PROTECTED]> writes:
Helge> Ok. I did a: find . -name ".deps" -exec rm -r \{\} \;
Yes, this is the right fix.
Helge> The compile seems to go better now - at least it haven't
Helge> stopped yet. Perhaps this command could be added to "make
Helge> distclean" actions then?
If you compile outside srource dir (a must IMO), 'rm -rf *' is always
better than 'make distclean'.
I always compile in the source-dir. How do I compile
outside - and what is the benefit of doing so?
Helge Hafting