2004/ws/addressing Makefile,1.5,1.6

Update of /sources/public/2004/ws/addressing
In directory homer:/tmp/cvs-serv24241

Modified Files:
	Makefile 
Log Message:
Fixed clean

Index: Makefile
===================================================================
RCS file: /sources/public/2004/ws/addressing/Makefile,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** Makefile	10 Mar 2006 11:02:58 -0000	1.5
--- Makefile	25 Apr 2006 09:04:48 -0000	1.6
***************
*** 33,38 ****
  
  clean:
! 	@for m in $(CORE) $(SOAP) $(WSDL) $(TESTSUITE); do\
! 	make -f $$m clean; done
  
  .PHONY: default all core soap wsdl testsuite clean soap11-ror-httpbinding
--- 33,37 ----
  
  clean:
! 	@for m in $(CORE) $(SOAP) $(WSDL) $(TESTSUITE); do make -f $$m clean; done
  
  .PHONY: default all core soap wsdl testsuite clean soap11-ror-httpbinding

Received on Tuesday, 25 April 2006 09:05:00 UTC