clsql/uffi Makefile,1.2,1.3
"Kevin M. Rosenberg" <[email protected]> Mon, 9 Dec 2002 03:34:18 -0700
| Newsgroups | gmane.lisp.clsql.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /pubcvs/clsql/uffi In directory boa.b9.com:/tmp/cvs-serv2151/clsql/uffi Modified Files: Makefile Log Message: Index: Makefile =================================================================== RCS file: /pubcvs/clsql/uffi/Makefile,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** Makefile 23 Nov 2002 18:00:26 -0000 1.2 --- Makefile 9 Dec 2002 10:34:16 -0000 1.3 *************** *** 51,55 **** distclean: clean ! macosx: $(source) Makefile cc -dynamic -c $(source) -o $(object) ld -bundle /usr/lib/bundle1.o -flat_namespace -undefined suppress -o $(base).dylib $(object) --- 51,55 ---- distclean: clean ! mac: $(source) Makefile cc -dynamic -c $(source) -o $(object) ld -bundle /usr/lib/bundle1.o -flat_namespace -undefined suppress -o $(base).dylib $(object)