From: <sg...@us...> - 2003-11-17 19:09:15
|
Update of /cvsroot/libfunutil/libfunutil/toc/make In directory sc8-pr-cvs1:/tmp/cvs-serv9726/toc/make Modified Files: NAMESPACE.make Log Message: Added a no-op dummy rule to accomodate some plausible cases. Index: NAMESPACE.make =================================================================== RCS file: /cvsroot/libfunutil/libfunutil/toc/make/NAMESPACE.make,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- NAMESPACE.make 17 Nov 2003 18:23:07 -0000 1.1 +++ NAMESPACE.make 17 Nov 2003 19:08:11 -0000 1.2 @@ -15,6 +15,7 @@ ifeq (,$(NAMESPACE)) $(error You must set the variable NAMESPACE before including this file.) endif +$(top_srcdir)/toc.$(PACKAGE_NAME).make: NAMESPACE_MAKE = $(toc_makesdir)/NAMESPACE.make NAMESPACE_TMPFILE = .toc.NAMESPACE.tmp $(NAMESPACE_FILTERED_FILES): %: $(NAMESPACE_PREFIX)% Makefile $(top_srcdir)/toc.$(PACKAGE_NAME).make $(NAMESPACE_MAKE) |