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:
893a908
)
Fix problem introduced by previous change: argument to
author
Chris Hanson
<org/chris-hanson/cph>
Mon, 26 Nov 2007 05:25:55 +0000
(
05:25
+0000)
committer
Chris Hanson
<org/chris-hanson/cph>
Mon, 26 Nov 2007 05:25:55 +0000
(
05:25
+0000)
"-bundle_loader" must always point to the reference binary, but the
reference must take several different forms for this to work.
v7/src/microcode/makegen/Makefile.in.in
patch
|
blob
|
history
diff --git
a/v7/src/microcode/makegen/Makefile.in.in
b/v7/src/microcode/makegen/Makefile.in.in
index 4ec16d08fd987fa9a0bd6bfdec06331a41c227ad..04f403115fb4907290ddabc29d2b03039fa173da 100644
(file)
--- 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.6
2 2007/11/26 05:19:3
5 cph Exp $
+# $Id: Makefile.in.in,v 1.6
3 2007/11/26 05:25:5
5 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