From 9bea1ebfe663f2e49ae6e575659b92976e977dbe Mon Sep 17 00:00:00 2001 From: Chris Hanson Date: Mon, 26 Nov 2007 05:25:55 +0000 Subject: [PATCH] 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. --- v7/src/microcode/makegen/Makefile.in.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- 2.25.1