[PD-cvs] externals/ffext/tracker makefile,1.4,1.5

Federico Ferri federico__ at users.sourceforge.net
Sun Sep 30 12:05:56 CEST 2007


Update of /cvsroot/pure-data/externals/ffext/tracker
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20326

Modified Files:
	makefile 
Log Message:
typo in darwin makefile


Index: makefile
===================================================================
RCS file: /cvsroot/pure-data/externals/ffext/tracker/makefile,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** makefile	29 Sep 2007 11:10:59 -0000	1.4
--- makefile	30 Sep 2007 10:05:54 -0000	1.5
***************
*** 51,55 ****
  
  .c.pd_darwin:
! 	$(CC) $(CFLAGS) -o $*.o -c $*.c
  	$(LD) $(DARWINLDFLAGS) -o $*.pd_darwin $*.o -lc -lm
  
--- 51,55 ----
  
  .c.pd_darwin:
! 	$(CC) $(DARWINCFLAGS) $(DARWININCLUDE) -o $*.o -c $*.c
  	$(LD) $(DARWINLDFLAGS) -o $*.pd_darwin $*.o -lc -lm
  





More information about the Pd-cvs mailing list