[Compbench-devel] CompBenchmarks++/share Makefile.am, 1.1, 1.2 Makefile.in, 1.2, 1.3
Brought to you by:
xfred
|
From: Frederic T. <xf...@us...> - 2006-09-25 15:36:54
|
Update of /cvsroot/compbench/CompBenchmarks++/share In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv7258 Modified Files: Makefile.am Makefile.in Log Message: Cygwin support. Index: Makefile.in =================================================================== RCS file: /cvsroot/compbench/CompBenchmarks++/share/Makefile.in,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** Makefile.in 20 Sep 2006 10:48:21 -0000 1.2 --- Makefile.in 25 Sep 2006 15:36:50 -0000 1.3 *************** *** 105,109 **** VERSION = @VERSION@ ! SUBDIRS = patches mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs CONFIG_HEADER = ../config.h --- 105,109 ---- VERSION = @VERSION@ ! SUBDIRS = patches system mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs CONFIG_HEADER = ../config.h Index: Makefile.am =================================================================== RCS file: /cvsroot/compbench/CompBenchmarks++/share/Makefile.am,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** Makefile.am 10 Sep 2006 20:38:42 -0000 1.1 --- Makefile.am 25 Sep 2006 15:36:50 -0000 1.2 *************** *** 1 **** ! SUBDIRS = patches \ No newline at end of file --- 1 ---- ! SUBDIRS = patches system \ No newline at end of file |