From: <sg...@us...> - 2003-09-01 04:57:51
|
Update of /cvsroot/libfunutil/libfunutil/toc/make In directory sc8-pr-cvs1:/tmp/cvs-serv886/toc/make Modified Files: cpp_static_libs.make Log Message: asthetic changes only. Index: cpp_static_libs.make =================================================================== RCS file: /cvsroot/libfunutil/libfunutil/toc/make/cpp_static_libs.make,v retrieving revision 1.6 retrieving revision 1.7 diff -u -d -r1.6 -r1.7 --- cpp_static_libs.make 31 Aug 2003 20:23:02 -0000 1.6 +++ cpp_static_libs.make 1 Sep 2003 04:57:46 -0000 1.7 @@ -31,7 +31,7 @@ ifneq (,$(strip $(filter distclean clean,$(MAKECMDGOALS)))) @echo "$(MAKECMDGOALS): skipping STATIC_LIBS rules generation." else - @echo "Generating rules for STATIC_LIBS."; \ + @echo "Generating STATIC_LIBS rules."; \ $(call toc_generate_rules,STATIC_LIBS,$(STATIC_LIBS)) > $@ endif -include $(STATIC_LIBS_DEPSFILE) |