From: Chris Hanson <org/chris-hanson/cph>
Date: Mon, 26 Nov 2007 05:25:55 +0000 (+0000)
Subject: Fix problem introduced by previous change: argument to
X-Git-Tag: 20090517-FFI~408
X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=9bea1ebfe663f2e49ae6e575659b92976e977dbe;p=mit-scheme.git

Fix problem introduced by previous change: argument to
"-bundle_loader" must always point to the reference binary, but the
reference must take several different forms for this to work.
---

diff --git a/v7/src/microcode/makegen/Makefile.in.in b/v7/src/microcode/makegen/Makefile.in.in
index 4ec16d08f..04f403115 100644
--- a/v7/src/microcode/makegen/Makefile.in.in
+++ b/v7/src/microcode/makegen/Makefile.in.in
@@ -1,6 +1,6 @@
 # -*- Makefile -*-
 #
-# $Id: Makefile.in.in,v 1.62 2007/11/26 05:19:35 cph Exp $
+# $Id: Makefile.in.in,v 1.63 2007/11/26 05:25:55 cph Exp $
 #
 # Copyright (C) 1986, 1987, 1988, 1989, 1990, 1991, 1992, 1993, 1994,
 #     1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004,
@@ -129,6 +129,7 @@ scheme_OBJECTS = $(STD_OBJECTS) usrdef.o $(LIARC_OBJECTS)
 scheme_DEPENDENCIES = 
 scheme_LDFLAGS = @SCHEME_LDFLAGS@
 scheme_LIBS = $(STATIC_LIBS) $(LIBS)
+SCHEME_EXE = scheme
 
 findprim_SOURCES = findprim.c
 findprim_OBJECTS = findprim.o