[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[MIT-Scheme-devel] Possibly typo in makefile.in?
From: |
Joe Marshall |
Subject: |
[MIT-Scheme-devel] Possibly typo in makefile.in? |
Date: |
Thu, 19 Aug 2010 09:43:29 -0700 |
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
- [MIT-Scheme-devel] Possibly typo in makefile.in?,
Joe Marshall <=