|
From: Ramon Gonzalez-A. <rg...@us...> - 2004-08-30 13:46:02
|
Update of /cvsroot/foo/foo/elkfoo/scm In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31962 Modified Files: Makefile.am Log Message: Makefile now doesn't look into the tools directory. This dorectory should be removed Index: Makefile.am =================================================================== RCS file: /cvsroot/foo/foo/elkfoo/scm/Makefile.am,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** Makefile.am 11 Aug 2004 11:26:28 -0000 1.4 --- Makefile.am 30 Aug 2004 13:45:51 -0000 1.5 *************** *** 6,10 **** NULL = ! SUBDIRS = kernel tools control EXTRA_DIST = $(FOO_FILES) toplevel.foo.in --- 6,10 ---- NULL = ! SUBDIRS = kernel control EXTRA_DIST = $(FOO_FILES) toplevel.foo.in |