[PD-cvs] pd/src makefile.in,1.4.4.2.2.21.2.31,1.4.4.2.2.21.2.32

Mathieu Bouchard matju at users.sourceforge.net
Tue Jul 31 03:10:21 CEST 2007


Update of /cvsroot/pure-data/pd/src
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1704

Modified Files:
      Tag: desiredata
	makefile.in 
Log Message:
fixed dependency graph building


Index: makefile.in
===================================================================
RCS file: /cvsroot/pure-data/pd/src/makefile.in,v
retrieving revision 1.4.4.2.2.21.2.31
retrieving revision 1.4.4.2.2.21.2.32
diff -C2 -d -r1.4.4.2.2.21.2.31 -r1.4.4.2.2.21.2.32
*** makefile.in	9 Jul 2007 17:41:02 -0000	1.4.4.2.2.21.2.31
--- makefile.in	31 Jul 2007 01:10:19 -0000	1.4.4.2.2.21.2.32
***************
*** 109,113 ****
  
  makefile.deps: makefile
! 	$(CC) $(CPPFLAGS) -MM $(SRC) > makefile.deps
  
  uninstall:
--- 109,113 ----
  
  makefile.deps: makefile
! 	$(CC) $(CPPFLAGS) -MM $(SRC) $(SRCXX) > makefile.deps
  
  uninstall:





More information about the Pd-cvs mailing list