projects
/
mit-scheme.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
58d7749
)
Fix stray backslash that was harmless without LIARC.
author
Taylor R Campbell
<campbell@mumble.net>
Tue, 8 Jan 2019 05:23:23 +0000
(
05:23
+0000)
committer
Taylor R Campbell
<campbell@mumble.net>
Wed, 9 Jan 2019 03:53:03 +0000
(
03:53
+0000)
src/Makefile.in
patch
|
blob
|
history
diff --git
a/src/Makefile.in
b/src/Makefile.in
index dbf7068b8c1a406cbfdc467cb3cdce06dbce4662..0ec4ceb53e22cd60b918e0d544f266f4d991f7e5 100644
(file)
--- a/
src/Makefile.in
+++ b/
src/Makefile.in
@@
-84,7
+84,7
@@
MAKE_IN_SUBDIRS = \
@IF_CROSS@ (set! sf/cross-compiling? true) \
@IF_CROSS@ (set! package/cross-compiling? true) \
@IF_CROSS@ (set! target-bytes-per-object \
-@IF_CROSS@ (lambda () @mit_scheme_target_bytes_per_object@))
\
+@IF_CROSS@ (lambda () @mit_scheme_target_bytes_per_object@))
@IF_LIARC@COMPILER_SETTINGS_LIARC = (set! compiler:invoke-c-compiler? false)
TOOL_COMPILER_HEAP = @HOST_COMPILER_HEAP@ # XXX rename