You are viewing a plain text version of this content. The canonical link for it is here.
Posted to axis-cvs@ws.apache.org by na...@apache.org on 2008/09/16 10:18:28 UTC

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

Author: nandika
Date: Tue Sep 16 01:18:27 2008
New Revision: 695763

URL: http://svn.apache.org/viewvc?rev=695763&view=rev
Log:
makefile error fixed

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=695763&r1=695762&r2=695763&view=diff
==============================================================================
--- webservices/axis2/trunk/c/build/win32/makefile (original)
+++ webservices/axis2/trunk/c/build/win32/makefile Tue Sep 16 01:18:27 2008
@@ -425,7 +425,7 @@
 NEETHI_INTDIR = $(AXIS2_INTDIR)\neethi
 NEETHI_INTDIR1 = $(AXIS2_INTDIR)\neethi\model
 NEETHI_INTDIR2 = $(AXIS2_INTDIR)\neethi\builder
-NEETHI_INTDIR3 = $(AXIS2_INTDIR))\neethi\rmpolicy
+NEETHI_INTDIR3 = $(AXIS2_INTDIR)\neethi\rmpolicy
 
 NEETHI_OBJS = $(NEETHI_INTDIR)\*.obj \
 			$(NEETHI_INTDIR)\model\*.obj \