[Compbench-devel] CompBenchmarks++/share/system/cygwin Makefile.am, 1.1, 1.2
Brought to you by:
xfred
From: Frederic T. <xf...@us...> - 2006-12-12 19:52:32
|
Update of /cvsroot/compbench/CompBenchmarks++/share/system/cygwin In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv9827 Modified Files: Makefile.am Log Message: Fixed (hopefully) data installation prefix. Index: Makefile.am =================================================================== RCS file: /cvsroot/compbench/CompBenchmarks++/share/system/cygwin/Makefile.am,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** Makefile.am 25 Sep 2006 15:36:28 -0000 1.1 --- Makefile.am 12 Dec 2006 19:52:28 -0000 1.2 *************** *** 5,9 **** endif ! datarootdir = @datarootdir@/compbenchmarks/@VERSION@/system EXTRA_DIST = $(source_sys) \ No newline at end of file --- 5,9 ---- endif ! datarootdir=@datarootdir@/compbenchmarks/@VERSION@/system EXTRA_DIST = $(source_sys) \ No newline at end of file |