From: <br...@us...> - 2004-06-11 09:37:09
|
Update of /cvsroot/htoolkit/HSQL In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15757 Modified Files: hsql.pkg.in Log Message: Added newline at end of file. Without it, configure on Solaris will leave out the curly bracket at the end. Index: hsql.pkg.in =================================================================== RCS file: /cvsroot/htoolkit/HSQL/hsql.pkg.in,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** hsql.pkg.in 4 Jan 2004 13:14:55 -0000 1.3 --- hsql.pkg.in 11 Jun 2004 09:36:57 -0000 1.4 *************** *** 15,17 **** framework_dirs = [], extra_frameworks = [] ! } \ No newline at end of file --- 15,17 ---- framework_dirs = [], extra_frameworks = [] ! } |