diff --git a/tools/graph.sh b/tools/graph.sh index 04ea8c2..bc9fabf 100755 --- a/tools/graph.sh +++ b/tools/graph.sh @@ -1,6 +1,6 @@ #!/bin/sh #$Id$ -#Copyright (c) 2010-2012 Pierre Pronchery +#Copyright (c) 2010-2013 Pierre Pronchery #This file is part of DeforaOS Unix utils #This program is free software: you can redistribute it and/or modify #it under the terms of the GNU General Public License as published by @@ -17,7 +17,7 @@ #variables -CC="../../../../Devel/src/c99/src/c99" +CC="../../../../../Devel/src/c99/C99-git/src/c99" DOT="dot -Tpng:cairo:gd" RM="rm -f" VIEW="view"