Sort of fix the ./configure based build environment.
authorJay Freeman (saurik) <saurik@saurik.com>
Sun, 2 May 2010 09:46:27 +0000 (09:46 +0000)
committerJay Freeman (saurik) <saurik@saurik.com>
Sun, 2 May 2010 09:46:27 +0000 (09:46 +0000)
GNUmakefile.in

index e6d2ee380f01c23e58573b72d065df495a115c13..e500b8653ce3dde79a14f05c9d314b739741a760 100644 (file)
@@ -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