|
From: <sg...@us...> - 2007-10-20 19:40:35
|
Revision: 99
http://toc.svn.sourceforge.net/toc/?rev=99&view=rev
Author: sgbeal
Date: 2007-10-20 12:40:39 -0700 (Sat, 20 Oct 2007)
Log Message:
-----------
minor typo corrections in the docs
Modified Paths:
--------------
trunk/toc2/make/toc2-c.make
Modified: trunk/toc2/make/toc2-c.make
===================================================================
--- trunk/toc2/make/toc2-c.make 2007-08-05 08:21:28 UTC (rev 98)
+++ trunk/toc2/make/toc2-c.make 2007-10-20 19:40:39 UTC (rev 99)
@@ -75,11 +75,11 @@
$(COMPILE.cpp) $(INCLUDES) -o $(1) $(2)
endef
########################################################################
-# Uses toc3.call.compile-o-c++ to compile $@ from $<.
+# Uses toc2.call.compile-o-c++ to compile $@ from $<.
%.o: %.cpp $(toc2.bins.mkdep) $(toc2.makefile.c)
@$(call toc2.call.compile-o-c++,$@,$<)
########################################################################
-# Uses toc3.call.compile-o-c++ to compile $@ from $<.
+# Uses toc2.call.compile-o-c++ to compile $@ from $<.
%.o: %.c++ $(toc2.bins.mkdep) $(toc2.makefile.c)
@$(call toc2.call.compile-o-c++,$@,$<)
toc2.clean_files += *.d# i hate this wildcard here, but i don't see a way around it right now
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|