From: <sg...@us...> - 2007-10-20 23:22:16
|
Revision: 101 http://toc.svn.sourceforge.net/toc/?rev=101&view=rev Author: sgbeal Date: 2007-10-20 16:22:20 -0700 (Sat, 20 Oct 2007) Log Message: ----------- corrected a typo Modified Paths: -------------- trunk/toc2/make/c-bins.make Modified: trunk/toc2/make/c-bins.make =================================================================== --- trunk/toc2/make/c-bins.make 2007-10-20 19:41:54 UTC (rev 100) +++ trunk/toc2/make/c-bins.make 2007-10-20 23:22:20 UTC (rev 101) @@ -44,11 +44,11 @@ c-bins.RULES_GENERATOR = $(toc2.dirs.makefiles)/makerules.c-bins -c-bins.COMMON_DEPS += $(toc.2.files.makefile) $(c-bins.makefile) $(c-bins.objects) +c-bins.COMMON_DEPS += $(toc2.files.makefile) $(c-bins.makefile) $(c-bins.objects) ifeq (1,$(toc2.flags.making_clean)) $(c-bins.DEPSFILE): ; @true else -$(c-bins.DEPSFILE): $(toc.2.files.makefile) $(c-bins.RULES_GENERATOR) $(c-bins.makefile) +$(c-bins.DEPSFILE): $(toc2.files.makefile) $(c-bins.RULES_GENERATOR) $(c-bins.makefile) @echo "Generating c-bins rules: $(c-bins.list)"; \ $(call toc2.call.generate-rules,c-bins,$(c-bins.list)) > $@ endif This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |