Sender: rich AT phekda DOT freeserve DOT co DOT uk Message-ID: <3EA56EEF.1F22ADC5@phekda.freeserve.co.uk> Date: Tue, 22 Apr 2003 17:33:51 +0100 From: Richard Dawe X-Mailer: Mozilla 4.77 [en] (X11; U; Linux 2.2.23 i586) X-Accept-Language: de,fr MIME-Version: 1.0 To: djgpp-workers AT delorie DOT com Subject: Re: DJASM.EXE not in bin with CVS code References: <200304201636 DOT h3KGaP5i003613 AT speedy DOT ludd DOT luth DOT se> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Reply-To: djgpp-workers AT delorie DOT com Hello. ams AT ludd DOT luth DOT se wrote: > > According to Andrew Cottrell: > > Problem:- > > In building the CVS LIBC I spotted a problem where djasm.exe is created in > > the hostbin directory, but not in the bin directory. > > > > Quick Work arround:- > > Manually do a "make all" in the djasm directory. > > This seems to correct it: > > Index: djgpp/src/djasm/makefile > =================================================================== > RCS file: /cvs/djgpp/djgpp/src/djasm/makefile,v > retrieving revision 1.1 > diff -p -u -r1.1 makefile > --- djgpp/src/djasm/makefile 24 Feb 2003 16:55:17 -0000 1.1 > +++ djgpp/src/djasm/makefile 20 Apr 2003 16:31:00 -0000 > @@ -6,7 +6,7 @@ TOP = . > > EXTRA_FILES += $(INFO)/djasm.info > > -include ../makefile.prg > +include ../makefile.inc > # djasm.y would be killed by -Werror -Wall, so let's relax a bit: > XGCC = $(XLGCC) > > Patch deduced by comparing stub/makefile with djasm/makefile. Looks > like a mistake I did when splitting away djasm. This works for me. Please commit this patch before the code freezes tomorrow midnight GMT. Thanks, bye, Rich =] -- Richard Dawe [ http://www.phekda.freeserve.co.uk/richdawe/ ]