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 pi...@apache.org on 2008/06/26 16:34:58 UTC

svn commit: r671913 - /webservices/axis2/trunk/c/Makefile.am

Author: pini
Date: Thu Jun 26 07:34:58 2008
New Revision: 671913

URL: http://svn.apache.org/viewvc?rev=671913&view=rev
Log:
Fixing jira issue 1116

Modified:
    webservices/axis2/trunk/c/Makefile.am

Modified: webservices/axis2/trunk/c/Makefile.am
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/Makefile.am?rev=671913&r1=671912&r2=671913&view=diff
==============================================================================
--- webservices/axis2/trunk/c/Makefile.am (original)
+++ webservices/axis2/trunk/c/Makefile.am Thu Jun 26 07:34:58 2008
@@ -30,6 +30,7 @@
 	rm -rf `find $(distdir)/ -type d -name autom4te.cache`
 	rm -rf $(distdir)/tools/tcpmon/src/tcpmon
 	rm -rf $(distdir)/tools/md5/src/md5
+	find $(distdir) -name "makefile" | xargs sed -i "s/\/WX//g"
 	sh dist.sh
 
 bindist: $(bin_PROGRAMS)