X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=tests%2FMakefile;h=530655a22d27b89d12e2ec5e884b20e41502b6a4;hb=24d382afbccd5c9a3676c598378c6259c97b213d;hp=f49a13fdc2368be508298f130c7bca083511af4f;hpb=dacb69575126d6c9aa60db0222bea8140cb1dc24;p=uffi.git diff --git a/tests/Makefile b/tests/Makefile index f49a13f..530655a 100644 --- a/tests/Makefile +++ b/tests/Makefile @@ -5,7 +5,7 @@ # Programer: Kevin M. Rosenberg # Date Started: Mar 2002 # -# CVS Id: $Id: Makefile,v 1.17 2002/11/29 11:10:08 kevin Exp $ +# CVS Id: $Id: Makefile,v 1.18 2002/12/03 06:58:39 kevin Exp $ # # This file, part of UFFI, is Copyright (c) 2002 by Kevin M. Rosenberg # @@ -37,10 +37,7 @@ linux: $(source) Makefile mac: cc -dynamic -c $(source) -o $(object) ld -bundle /usr/lib/bundle1.o -flat_namespace -undefined suppress -o $(base).dylib $(object) - -mac-bundle: - cc -dynamic -c $(source) -o $(object) - ld -bundle /usr/lib/bundle1.o -flat_namespace -undefined suppress -o $(base).bundle $(object) + ld -bundle /usr/lib/bundle1.o -flat_namespace -undefined suppress /usr/lib/libz.dylib -o z.dylib solaris: cc -KPIC -c $(source) -o $(object)