X-Git-Url: http://git.kpe.io/?p=clsql.git;a=blobdiff_plain;f=uffi%2FMakefile;fp=uffi%2FMakefile;h=48507a61e3c46e4a5203f2138257f07ab5e71683;hp=d24b555b42c0ccd3cab0d123183b68d67fc9e742;hb=8b2ffc1ca1f3118db6fe4b879a82955338fccae4;hpb=1bac3f50eb7a12d489ea8d87692f8145751f50f6 diff --git a/uffi/Makefile b/uffi/Makefile index d24b555..48507a6 100644 --- a/uffi/Makefile +++ b/uffi/Makefile @@ -7,7 +7,7 @@ # Programer: Kevin M. Rosenberg # Date Started: Mar 2002 # -# CVS Id: $Id: Makefile,v 1.2 2002/11/23 18:00:26 kevin Exp $ +# CVS Id: $Id: Makefile,v 1.3 2002/12/09 10:34:16 kevin Exp $ # # This file, part of CLSQL, is Copyright (c) 2002 by Kevin M. Rosenberg # @@ -50,6 +50,6 @@ clean: distclean: clean -macosx: $(source) Makefile +mac: $(source) Makefile cc -dynamic -c $(source) -o $(object) ld -bundle /usr/lib/bundle1.o -flat_namespace -undefined suppress -o $(base).dylib $(object)