From ff2151c64ba9d37a1ca5d3ddad487d3c3bd8c154 Mon Sep 17 00:00:00 2001 From: Pierre Pronchery Date: Tue, 4 Jun 2013 02:05:24 +0200 Subject: [PATCH] Fixed path to c99 --- tools/graph.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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"