[Compbench-devel] CompBenchmarks++/libcompbenchmarks/share/KB/gxx/3.0.x Makefile.am, 1.2, 1.3
Brought to you by:
xfred
From: Frederic T. <xf...@us...> - 2007-04-17 17:28:37
|
Update of /cvsroot/compbench/CompBenchmarks++/libcompbenchmarks/share/KB/gxx/3.0.x In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv2726 Modified Files: Makefile.am Log Message: CEL obsoleted. Logic is integrated within descriptions. Index: Makefile.am =================================================================== RCS file: /cvsroot/compbench/CompBenchmarks++/libcompbenchmarks/share/KB/gxx/3.0.x/Makefile.am,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** Makefile.am 5 Apr 2007 17:13:09 -0000 1.2 --- Makefile.am 17 Apr 2007 17:28:35 -0000 1.3 *************** *** 8,13 **** # ----------------------------------------------------------------------------- ! data_DATA = options.xml \ ! description.xml datarootdir=@datarootdir@/compbenchmarks/@VERSION@/KB/gxx/3.0.x --- 8,12 ---- # ----------------------------------------------------------------------------- ! data_DATA = description.xml datarootdir=@datarootdir@/compbenchmarks/@VERSION@/KB/gxx/3.0.x |