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 sa...@apache.org on 2007/09/04 11:58:45 UTC

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

Author: samisa
Date: Tue Sep  4 02:58:40 2007
New Revision: 572597

URL: http://svn.apache.org/viewvc?rev=572597&view=rev
Log:
Fixed copying extra files in case of install

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=572597&r1=572596&r2=572597&view=diff
==============================================================================
--- webservices/axis2/trunk/c/build/win32/makefile (original)
+++ webservices/axis2/trunk/c/build/win32/makefile Tue Sep  4 02:58:40 2007
@@ -1171,7 +1171,7 @@
 
 all: $(PARSER)
 
-install: all 
+install: all copy_extra
 	
-dist: install axis2_apache_module axis2_IIS_module tcpmon copy_extra copy_samples copy_vc_projects mv_dist
+dist: install axis2_apache_module axis2_IIS_module tcpmon copy_samples copy_vc_projects mv_dist
 



---------------------------------------------------------------------
To unsubscribe, e-mail: axis-cvs-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-cvs-help@ws.apache.org