From b2451a608d4c9470a8564a04eb78736d83f44124 Mon Sep 17 00:00:00 2001 From: mainzelm Date: Wed, 12 Sep 2001 17:44:57 +0000 Subject: [PATCH] Removed cig from the default install target. Object files are still included in scshvm. --- Makefile.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile.in b/Makefile.in index bf99aa1..aa291b3 100644 --- a/Makefile.in +++ b/Makefile.in @@ -312,7 +312,7 @@ $(IMAGE): $(VM) scheme/env/init-defpackage.scm scheme/more-interfaces.scm \ ### Fake targets: all clean install man dist install: enough dirs inst-script inst-vm inst-misc inst-man inst-inc \ - inst-doc install-cig install-scsh + inst-doc install-scsh inst-vm: $(VM) $(INSTALL_PROGRAM) $(VM) $(LIB) @@ -709,7 +709,7 @@ $(CIG).image: $(IMAGE) $(VM) $(srcdir)/cig/cig.scm $(srcdir)/cig/libcig.scm #-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- # SCSH Specifics #-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- -scsh: cig scsh/scsh scsh/scsh.image +scsh: scsh/scsh scsh/scsh.image SCHEME =scsh/awk.scm \ scsh/char-set.scm \