uffi/tests Makefile,1.21,1.22

"Kevin M. Rosenberg" <[email protected]> Wed, 27 Aug 2003 20:12:04 +0000
Newsgroups gmane.lisp.uffi.cvs
Message-ID <[email protected]>
Update of /pubcvs/uffi/tests
In directory boa.b9.com:/tmp/cvs-serv4847/tests

Modified Files:
	Makefile 
Log Message:


Index: Makefile
===================================================================
RCS file: /pubcvs/uffi/tests/Makefile,v
retrieving revision 1.21
retrieving revision 1.22
diff -C2 -d -r1.21 -r1.22
*** Makefile	27 Aug 2003 19:58:25 -0000	1.21
--- Makefile	27 Aug 2003 20:12:02 -0000	1.22
***************
*** 37,42 ****
  
  mac:
! 	gcc -bundle -c $(source) -o $(object).dylib
! 	ld -bundle /usr/lib/bundle1.o -flat_namespace -undefined suppress /usr/lib/libz.dylib -o z.dylib
  
  mac-old:
--- 37,42 ----
  
  mac:
! 	gcc -bundle -c $(source) -o $(base).bundle
! 	ld -bundle /usr/lib/bundle1.o -flat_namespace -undefined suppress /usr/lib/libz.dylib -o z.bundle
  
  mac-old: