diff --git a/v2/example/make/Jamroot b/v2/example/make/Jamroot index 03724f900..3fb84856f 100644 --- a/v2/example/make/Jamroot +++ b/v2/example/make/Jamroot @@ -7,7 +7,7 @@ exe main : main.cpp ; # Create 'main.cpp' from 'main.cpp.pro' using action # 'do-something' defined below. # -make main.cpp : main.cpp.pro : do-something ; +make main.cpp : main.cpp.pro : @do-something ; # In this example, we'll just copy a file. # Need to find out the name of a command to copy a file.