X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=examples%2FMakefile;h=cce6380850b7410a53497e9bd53b5eef1460abc9;hb=212e27b1cad10c503a9231fe6b7819e6945505c7;hp=f49a13fdc2368be508298f130c7bca083511af4f;hpb=dacb69575126d6c9aa60db0222bea8140cb1dc24;p=uffi.git diff --git a/examples/Makefile b/examples/Makefile index f49a13f..cce6380 100644 --- a/examples/Makefile +++ b/examples/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$ # # 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)