You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucy.apache.org by ma...@apache.org on 2011/07/01 02:15:09 UTC

[lucy-commits] svn commit: r1141764 - /incubator/lucy/trunk/charmonizer/Makefile.MinGW

Author: marvin
Date: Fri Jul  1 00:15:08 2011
New Revision: 1141764

URL: http://svn.apache.org/viewvc?rev=1141764&view=rev
Log:
Fix bad include file name.

Modified:
    incubator/lucy/trunk/charmonizer/Makefile.MinGW

Modified: incubator/lucy/trunk/charmonizer/Makefile.MinGW
URL: http://svn.apache.org/viewvc/incubator/lucy/trunk/charmonizer/Makefile.MinGW?rev=1141764&r1=1141763&r2=1141764&view=diff
==============================================================================
--- incubator/lucy/trunk/charmonizer/Makefile.MinGW (original)
+++ incubator/lucy/trunk/charmonizer/Makefile.MinGW Fri Jul  1 00:15:08 2011
@@ -25,5 +25,5 @@ LINKOUT= -o
 .c.o:
 	$(CC) $(CFLAGS) -c $*.c -o $@
 
-include base.win.inc
+include base.win.mk