[Compbench-devel] CompBenchmarks++/Benchmark Makefile.am, 1.11, 1.12
Brought to you by:
xfred
From: Frederic T. <xf...@us...> - 2006-12-11 20:22:46
|
Update of /cvsroot/compbench/CompBenchmarks++/Benchmark In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv3313 Modified Files: Makefile.am Log Message: Errorneous generation of benchmarks' list header. Index: Makefile.am =================================================================== RCS file: /cvsroot/compbench/CompBenchmarks++/Benchmark/Makefile.am,v retrieving revision 1.11 retrieving revision 1.12 diff -C2 -d -r1.11 -r1.12 *** Makefile.am 4 Dec 2006 19:28:29 -0000 1.11 --- Makefile.am 11 Dec 2006 20:22:43 -0000 1.12 *************** *** 60,64 **** Benchmark-Selector.liblist.h: $(top_srcdir)/Benchmark/benchmarks.list $(CBM_GENLIBLIST) @echo "Generating benchmark's list in $@" ! @$(CBM_GENLIBLIST) > $@ clean-all: rm *.libwrapper.h *.liblist.h \ No newline at end of file --- 60,64 ---- Benchmark-Selector.liblist.h: $(top_srcdir)/Benchmark/benchmarks.list $(CBM_GENLIBLIST) @echo "Generating benchmark's list in $@" ! @$(CBM_GENLIBLIST) $(top_srcdir)/Benchmark > $@ clean-all: rm *.libwrapper.h *.liblist.h \ No newline at end of file |