[Compbench-devel] CompBenchmarks++/libcompbenchmarks/share/KB/gxx/3.0.x Makefile.am, 1.5, 1.6
Brought to you by:
xfred
|
From: Frederic T. <xf...@us...> - 2007-09-19 16:25:56
|
Update of /cvsroot/compbench/CompBenchmarks++/libcompbenchmarks/share/KB/gxx/3.0.x In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv13511/gxx/3.0.x Modified Files: Makefile.am Log Message: Simplified better rules (Mandriva compilant) for make install. Index: Makefile.am =================================================================== RCS file: /cvsroot/compbench/CompBenchmarks++/libcompbenchmarks/share/KB/gxx/3.0.x/Makefile.am,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** Makefile.am 17 Apr 2007 19:25:52 -0000 1.5 --- Makefile.am 19 Sep 2007 16:25:51 -0000 1.6 *************** *** 8,14 **** # ----------------------------------------------------------------------------- ! data_DATA = description.xml arch.xml profile.xml ! datarootdir=@datarootdir@/compbenchmarks/@VERSION@/KB/gxx/3.0.x ! EXTRA_DIST = $(data_DATA) \ No newline at end of file --- 8,17 ---- # ----------------------------------------------------------------------------- ! opt_DATA = description.xml arch.xml profile.xml ! optdir=$(datadir)/compbenchmarks/@VERSION@/KB/gxx/3.0.x ! # inst_pkgdata_DATA=$(data_DATA) ! # inst_pkgdatadir=$(datarootdir) ! ! EXTRA_DIST = $(opt_DATA) \ No newline at end of file |