Mail Archives: djgpp-workers/2003/04/22/13:03:18
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/ ]
- Raw text -