[PD-cvs] packages/win32_inno Makefile,1.20,1.21

Hans-Christoph Steiner eighthave at users.sourceforge.net
Thu Oct 19 01:56:55 CEST 2006


Update of /cvsroot/pure-data/packages/win32_inno
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14835/win32_inno

Modified Files:
	Makefile 
Log Message:
changed distclean targets to prevent seemingly endless loops; this stuff definitely could be a lot more cleanly implemented...

Index: Makefile
===================================================================
RCS file: /cvsroot/pure-data/packages/win32_inno/Makefile,v
retrieving revision 1.20
retrieving revision 1.21
diff -C2 -d -r1.20 -r1.21
*** Makefile	18 Oct 2006 03:54:43 -0000	1.20
--- Makefile	18 Oct 2006 23:56:53 -0000	1.21
***************
*** 127,131 ****
  #==============================================================================#
  
! distclean: clean
  	$(MAKE) -C $(packages_src) $(DEST_PATHS) distclean
  
--- 127,131 ----
  #==============================================================================#
  
! distclean: package_clean
  	$(MAKE) -C $(packages_src) $(DEST_PATHS) distclean
  





More information about the Pd-cvs mailing list