You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by mt...@apache.org on 2010/03/08 07:36:06 UTC

svn commit: r920208 - /tomcat/jk/trunk/native/apache-2.0/Makefile.vc

Author: mturk
Date: Mon Mar  8 06:36:06 2010
New Revision: 920208

URL: http://svn.apache.org/viewvc?rev=920208&view=rev
Log:
Fix copy/paste typo

Modified:
    tomcat/jk/trunk/native/apache-2.0/Makefile.vc

Modified: tomcat/jk/trunk/native/apache-2.0/Makefile.vc
URL: http://svn.apache.org/viewvc/tomcat/jk/trunk/native/apache-2.0/Makefile.vc?rev=920208&r1=920207&r2=920208&view=diff
==============================================================================
--- tomcat/jk/trunk/native/apache-2.0/Makefile.vc (original)
+++ tomcat/jk/trunk/native/apache-2.0/Makefile.vc Mon Mar  8 06:36:06 2010
@@ -135,7 +135,7 @@
 
 SOURCE=..\common\jk.rc
 
-"$(INTDIR)\k.res" : $(SOURCE) "$(INTDIR)"
+"$(INTDIR)\jk.res" : $(SOURCE) "$(INTDIR)"
 	$(RSC) $(RSC_PROJ) $(SOURCE)
 
 



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org