[Compbench-devel] CompBenchmarks++/CBM-PI Makefile.am,1.14,1.15
Brought to you by:
xfred
From: Frederic T. <xf...@us...> - 2007-02-19 20:48:51
|
Update of /cvsroot/compbench/CompBenchmarks++/CBM-PI In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv6185 Modified Files: Makefile.am Log Message: Optional link to .libs/libCBM.so (may prevent bad timestamp checking). Index: Makefile.am =================================================================== RCS file: /cvsroot/compbench/CompBenchmarks++/CBM-PI/Makefile.am,v retrieving revision 1.14 retrieving revision 1.15 diff -C2 -d -r1.14 -r1.15 *** Makefile.am 5 Feb 2007 20:04:13 -0000 1.14 --- Makefile.am 19 Feb 2007 20:48:44 -0000 1.15 *************** *** 55,59 **** CBM.so: libCBM.la ! ln -sf .libs/libCBM.so CBM.so all-local: CBM.so --- 55,59 ---- CBM.so: libCBM.la ! if test ! -e CBM.so; then ln -sf .libs/libCBM.so CBM.so; fi all-local: CBM.so |