You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by na...@apache.org on 2009/09/19 11:02:12 UTC

svn commit: r816873 - /webservices/axis2/trunk/c/build/win32/makefile

Author: nandika
Date: Sat Sep 19 09:02:11 2009
New Revision: 816873

URL: http://svn.apache.org/viewvc?rev=816873&view=rev
Log:
makefile updated

Modified:
    webservices/axis2/trunk/c/build/win32/makefile

Modified: webservices/axis2/trunk/c/build/win32/makefile
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/build/win32/makefile?rev=816873&r1=816872&r2=816873&view=diff
==============================================================================
--- webservices/axis2/trunk/c/build/win32/makefile (original)
+++ webservices/axis2/trunk/c/build/win32/makefile Sat Sep 19 09:02:11 2009
@@ -223,7 +223,7 @@
 clean:
 	if exist $(AXIS2_BINDIR) rmdir /S /Q $(AXIS2_BINDIR)
 	if exist $(AXIS2_INTDIR) rmdir /S /Q $(AXIS2_INTDIR)
-	
+	if exist ..\$(AXIS2_RELEASE_DIR) rmdir  /S /Q ..\$(AXIS2_RELEASE_DIR)
 
 # axutil 
 ###################