From: Matt Birkholz Date: Wed, 20 Jul 2011 17:49:56 +0000 (-0700) Subject: Removed second appearance of "compiler" in SUBDIRS. X-Git-Tag: mit-scheme-pucked-9.2.12~671 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=8168d46ba6321d011ce74efb57f12d158f7a3953;p=mit-scheme.git Removed second appearance of "compiler" in SUBDIRS. --- diff --git a/src/Makefile.in b/src/Makefile.in index 6bf65ead3..0d31c7384 100644 --- 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@