From: Wolfgang T. <wth...@us...> - 2005-08-03 18:02:52
|
Update of /cvsroot/hoc/hoc/HOC_cbits In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30167 Modified Files: Makefile.in Log Message: Unbreak the makefile for HOC_cbits: we really need ar qs rather than libtool here, as we are taking a copy of libffi and adding more files. Index: Makefile.in =================================================================== RCS file: /cvsroot/hoc/hoc/HOC_cbits/Makefile.in,v retrieving revision 1.7 retrieving revision 1.8 diff -u -d -r1.7 -r1.8 --- Makefile.in 3 Aug 2005 01:48:52 -0000 1.7 +++ Makefile.in 3 Aug 2005 18:02:43 -0000 1.8 @@ -37,7 +37,7 @@ libHOC_cbits.a: $(OBJS) cp ../libffi-src/build/.libs/libffi.a libHOC_cbits.a - $(MAKE_STATIC_LIB) libHOC_cbits.a $(OBJS) + ar qs libHOC_cbits.a $(OBJS) libHOC_cbits_dyn.dylib: libHOC_cbits.a export MACOSX_DEPLOYMENT_TARGET=10.3 && \ |