Message-ID: <000901c307a4$b162f7b0$0100a8c0@acp42g> From: "Andrew Cottrell" To: Cc: "Richard Dawe" References: <200304201636 DOT h3KGaP5i003613 AT speedy DOT ludd DOT luth DOT se> Subject: Re: DJASM.EXE not in bin with CVS code Date: Mon, 21 Apr 2003 11:24:01 +1000 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1106 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 Reply-To: djgpp-workers AT delorie DOT com > > 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. > > > This seems to correct it: > > -include ../makefile.prg > +include ../makefile.inc > > Patch deduced by comparing stub/makefile with djasm/makefile. Looks > like a mistake I did when splitting away djasm. Works fine with this patch applied. Andrew