From: <sg...@us...> - 2003-09-05 09:27:53
|
Update of /cvsroot/libfunutil/libfunutil In directory sc8-pr-cvs1:/tmp/cvs-serv23701 Modified Files: Makefile Log Message: Removed the TOC_OVERRIDE_CLEAN bullshit. Index: Makefile =================================================================== RCS file: /cvsroot/libfunutil/libfunutil/Makefile,v retrieving revision 1.12 retrieving revision 1.13 diff -u -d -r1.12 -r1.13 --- Makefile 5 Sep 2003 05:50:22 -0000 1.12 +++ Makefile 5 Sep 2003 09:27:50 -0000 1.13 @@ -1,16 +1,9 @@ # top-level makefile for the libfunutil project default: all -TOC_OVERRIDE_CLEAN = 1# tells cleaner to let us initialize clean/distclean deps SUBDIRS = build lib util tests include doc SUBDIRS += toc - -# note: we re-order the clean deps to make sure the shared makefile and config.h -# don't get deleted until near the end. -cleanorder = toc doc tests util lib include . -clean: $(addprefix clean-,$(cleanorder)) -distclean: $(addprefix distclean-,$(cleanorder)) include toc.make |