diff options
Diffstat (limited to 'lib/tevent/autogen-waf.sh')
-rwxr-xr-x | lib/tevent/autogen-waf.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/tevent/autogen-waf.sh b/lib/tevent/autogen-waf.sh index ee95847ef0..3005239885 100755 --- a/lib/tevent/autogen-waf.sh +++ b/lib/tevent/autogen-waf.sh @@ -4,7 +4,7 @@ p=`dirname $0` echo "Setting up for waf build" -echo "done. Now run $p/configure or $p/configure.developer then make." +echo "done. Now run $p/configure then make." if [ $p != "." ]; then echo "Notice: The build invoke path is not the main directory! Use make with the parameter" echo "-C $p. Example: make -C $p all" |