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:
c0a7a2d
)
Don't list compiler twice in SUBDIRS.
author
Taylor R Campbell
<campbell@mumble.net>
Mon, 7 Oct 2013 20:46:08 +0000
(20:46 +0000)
committer
Taylor R Campbell
<campbell@mumble.net>
Mon, 7 Oct 2013 20:46:08 +0000
(20:46 +0000)
src/Makefile.in
patch
|
blob
|
history
diff --git
a/src/Makefile.in
b/src/Makefile.in
index 7b0ee01b253993a26f0bd0646fb8cc6e4d9d4d1a..76bbb1920e206574ff82a127de28bbe784ba1b8f 100644
(file)
--- a/
src/Makefile.in
+++ b/
src/Makefile.in
@@
-63,7
+63,7
@@
mkinstalldirs = $(SHELL) $(top_srcdir)/microcode/mkinstalldirs
LIARC_BOOT_BUNDLES = compiler cref sf star-parser
LIARC_BUNDLES = $(LIARC_BOOT_BUNDLES) edwin ffi imail sos ssp xml
-SUBDIRS = $(INSTALLED_SUBDIRS) 6001
compiler
rcs win32 xdoc
+SUBDIRS = $(INSTALLED_SUBDIRS) 6001 rcs win32 xdoc
INSTALLED_SUBDIRS = microcode runtime $(LIARC_BUNDLES)
MIT_SCHEME_EXE = @MIT_SCHEME_EXE@