From 0acd06b331be8cc037e8c7796bc2e147e455acf3 Mon Sep 17 00:00:00 2001 From: Vladimir Prus Date: Sun, 15 Oct 2006 19:06:37 +0000 Subject: [PATCH] Merge: Fix comment [SVN r35621] --- src/build/project.jam | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/build/project.jam b/src/build/project.jam index 08565be90..1ee6b1ec5 100644 --- a/src/build/project.jam +++ b/src/build/project.jam @@ -964,7 +964,7 @@ module project-rules # at once. This is a shorthand to be reduce duplication and to # keep an inline declarative syntax. For example: # - # lib x : x.cpp : [ gcc debug : + # lib x : x.cpp : [ conditional gcc debug : # DEBUG_EXCEPTION DEBUG_TRACE ] ; # rule conditional ( condition + : requirements * )