From mboxrd@z Thu Jan 1 00:00:00 1970 From: fche@redhat.com (Frank Ch. Eigler) To: gdb-patches@sourceware.cygnus.com Subject: Re: [RFA]: simulator build failures with parallel make Date: Fri, 06 Apr 2001 11:30:00 -0000 Message-id: References: <5m8zlrot5g.fsf@jtc.redback.com> <3ACE0606.1A63BF3D@cygnus.com> X-SW-Source: 2001-04/msg00068.html jtc wrote: > With gmake -j, the d10v, mn10200, mn10300 and v850 simulators can > fail to build because the generated header simops.h is included by > simops.c, but is not listed as a dependency for that file. [...] Another fix is ".NOTPARALLEL: *.o" :-) - FChE