From 465622b1ad3295cc5d5f329d8c586f0cb15b2c51 Mon Sep 17 00:00:00 2001 From: "Jay Freeman (saurik)" Date: Sun, 2 May 2010 09:46:27 +0000 Subject: [PATCH] Sort of fix the ./configure based build environment. --- GNUmakefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GNUmakefile.in b/GNUmakefile.in index e6d2ee3..e500b86 100644 --- a/GNUmakefile.in +++ b/GNUmakefile.in @@ -184,7 +184,7 @@ Mach/Inject.lo: Trampoline.t.hpp Baton.hpp %.t.hpp: %.t.cpp trampoline.sh Baton.hpp Trampoline.hpp # DOUG: abstract "lipo" and "nm" with configure? - ./trampoline.sh $@ .libs/lib$*.t.dylib $* $(sed) $(otool) lipo nm $(libtool) --mode=compile $(cxx) -dynamiclib -fno-stack-protector -fno-exceptions -I$(srcdir)/include -o lib$*.t.la $< $(cflags) + ./trampoline.sh $@ .libs/$*.t.o $* $(sed) $(otool) lipo nm $(libtool) --mode=compile $(cxx) -c -fno-stack-protector -fno-exceptions -I$(srcdir)/include -o $*.t.lo $< $(cflags) endif endif -- 2.49.0