From: <sg...@us...> - 2003-10-14 20:42:00
|
Update of /cvsroot/libfunutil/libfunutil/lib In directory sc8-pr-cvs1:/tmp/cvs-serv24684/lib Modified Files: Makefile Log Message: doh - corrected subdirs assignment. Index: Makefile =================================================================== RCS file: /cvsroot/libfunutil/libfunutil/lib/Makefile,v retrieving revision 1.6 retrieving revision 1.7 diff -u -d -r1.6 -r1.7 --- Makefile 14 Oct 2003 04:35:06 -0000 1.6 +++ Makefile 14 Oct 2003 20:41:56 -0000 1.7 @@ -5,7 +5,7 @@ SUBDIRS += toolbox s11n endif -SUBDIRS = funUtil +SUBDIRS += funUtil all: subdirs |