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:
aaac118
)
Removed second appearance of "compiler" in SUBDIRS.
author
Matt Birkholz
<matt@birkholz.chandler.az.us>
Wed, 20 Jul 2011 17:49:56 +0000
(10:49 -0700)
committer
Matt Birkholz
<matt@birkholz.chandler.az.us>
Wed, 20 Jul 2011 17:49:56 +0000
(10:49 -0700)
src/Makefile.in
patch
|
blob
|
history
diff --git
a/src/Makefile.in
b/src/Makefile.in
index 6bf65ead3a850de12dfef7617ace763985efa0cd..0d31c7384e8651244c71a95df120b6ce29a09434 100644
(file)
--- a/
src/Makefile.in
+++ b/
src/Makefile.in
@@
-64,7
+64,7
@@
LIARC_BOOT_BUNDLES = compiler cref sf star-parser
LIARC_BUNDLES = $(LIARC_BOOT_BUNDLES) edwin ffi imail sos ssp xml
FFIS = @FFIS@
-SUBDIRS = $(INSTALLED_SUBDIRS) 6001
compiler
rcs win32 xdoc
+SUBDIRS = $(INSTALLED_SUBDIRS) 6001 rcs win32 xdoc
INSTALLED_SUBDIRS = microcode runtime $(LIARC_BUNDLES) $(FFIS)
MIT_SCHEME_EXE = @MIT_SCHEME_EXE@