Fixed path to c99

This commit is contained in:
Pierre Pronchery 2013-06-04 02:05:24 +02:00
parent 7a325a9698
commit ff2151c64b

View File

@ -1,6 +1,6 @@
#!/bin/sh #!/bin/sh
#$Id$ #$Id$
#Copyright (c) 2010-2012 Pierre Pronchery <khorben@defora.org> #Copyright (c) 2010-2013 Pierre Pronchery <khorben@defora.org>
#This file is part of DeforaOS Unix utils #This file is part of DeforaOS Unix utils
#This program is free software: you can redistribute it and/or modify #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 #it under the terms of the GNU General Public License as published by
@ -17,7 +17,7 @@
#variables #variables
CC="../../../../Devel/src/c99/src/c99" CC="../../../../../Devel/src/c99/C99-git/src/c99"
DOT="dot -Tpng:cairo:gd" DOT="dot -Tpng:cairo:gd"
RM="rm -f" RM="rm -f"
VIEW="view" VIEW="view"