[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[MIT-Scheme-devel] Re: Possibly typo in makefile.in?
From: |
Joe Marshall |
Subject: |
[MIT-Scheme-devel] Re: Possibly typo in makefile.in? |
Date: |
Thu, 19 Aug 2010 09:46:25 -0700 |
Followup. The actual fix would be in
src/microcode/makegen/Makefile.in.in
On Thu, Aug 19, 2010 at 9:43 AM, Joe Marshall <address@hidden> wrote:
> In src/microcode/Makefile.in there is this section:
>
> CC = @CC@
> CCLD = @CCLD@
> M4 = $(srcdir)/makegen/m4.sh @M4@
> AS = as
> TAR = tar
> GZIP_ENV = --best
>
> I *think* that the AS definition ought to be AS = @AS@
> but I wanted to check before I `fixed' it. (I'm running an
> alternative assembler and I noticed that it was getting the wrong one.)
>
> Is this a good fix, or will it break something?
>
> --
> ~jrm
>
--
~jrm