You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucy.apache.org by jo...@apache.org on 2011/05/31 07:46:05 UTC

[lucy-commits] svn commit: r1129500 - in /incubator/lucy/trunk: charmonizer/Makefile.win devel/bin/gen_charmonizer_makefiles.pl

Author: joes
Date: Tue May 31 05:46:05 2011
New Revision: 1129500

URL: http://svn.apache.org/viewvc?rev=1129500&view=rev
Log:
nitpick

Modified:
    incubator/lucy/trunk/charmonizer/Makefile.win
    incubator/lucy/trunk/devel/bin/gen_charmonizer_makefiles.pl

Modified: incubator/lucy/trunk/charmonizer/Makefile.win
URL: http://svn.apache.org/viewvc/incubator/lucy/trunk/charmonizer/Makefile.win?rev=1129500&r1=1129499&r2=1129500&view=diff
==============================================================================
--- incubator/lucy/trunk/charmonizer/Makefile.win (original)
+++ incubator/lucy/trunk/charmonizer/Makefile.win Tue May 31 05:46:05 2011
@@ -19,7 +19,7 @@ TEST_OBJS= src\Charmonizer\Test.obj src\
 
 all: $(PROGNAME)
 
-$(PROGNAME) : $(OBJS)
+$(PROGNAME): $(OBJS)
 	$(LINKER) $(OBJS) /OUT:$(PROGNAME) $(LIBS)
 
 tests: $(TESTS)

Modified: incubator/lucy/trunk/devel/bin/gen_charmonizer_makefiles.pl
URL: http://svn.apache.org/viewvc/incubator/lucy/trunk/devel/bin/gen_charmonizer_makefiles.pl?rev=1129500&r1=1129499&r2=1129500&view=diff
==============================================================================
--- incubator/lucy/trunk/devel/bin/gen_charmonizer_makefiles.pl (original)
+++ incubator/lucy/trunk/devel/bin/gen_charmonizer_makefiles.pl Tue May 31 05:46:05 2011
@@ -139,7 +139,7 @@ TEST_OBJS= $args{test_objs}
 
 all: \$(PROGNAME)
 
-\$(PROGNAME) : \$(OBJS)
+\$(PROGNAME): \$(OBJS)
 	\$(LINKER) \$(OBJS) /OUT:\$(PROGNAME) \$(LIBS)
 
 tests: \$(TESTS)