%% "Anderson, Craig" <[EMAIL PROTECTED]> writes: ac> I have a makefile that exhibits a strange error ac> If I run make -B (always build), it loops, rebuilding the .dep files. ac> I have isolated the problem to a simple test case, which is provided as ac> an attached gzipped tarball. ac> I think this is a bug with version 3.80, but it could be an error ac> of my doing
Erm, well, it's kind of a bug and kind of not. GNU make is doing just as it's been documented to do, it's just that it doesn't work very well for re-execed makefiles. Try the beta for the next version of GNU make, which can be found here: ftp://alpha.gnu.org/gnu/make/make-3.81beta3.tar.gz and see if that works better. -- ------------------------------------------------------------------------------- Paul D. Smith <[EMAIL PROTECTED]> Find some GNU make tips at: http://www.gnu.org http://make.paulandlesley.org "Please remain calm...I may be mad, but I am a professional." --Mad Scientist _______________________________________________ Bug-make mailing list Bug-make@gnu.org http://lists.gnu.org/mailman/listinfo/bug-make