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:52 UTC

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

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

URL: http://svn.apache.org/viewvc?rev=920209&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=920209&r1=920208&r2=920209&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:52 2010
@@ -26,7 +26,7 @@
 
 
 CLEAN :
-	-@erase "$(INTDIR)\mod_jk.res"
+	-@erase "$(INTDIR)\jk.res"
 	-@erase "$(INTDIR)\jk_ajp12_worker.obj"
 	-@erase "$(INTDIR)\jk_ajp13.obj"
 	-@erase "$(INTDIR)\jk_ajp13_worker.obj"



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