Update of /cvsroot/libfunutil/libfunutil/toc/bin
In directory sc8-pr-cvs1:/tmp/cvs-serv26589
Modified Files:
Makefile
Log Message:
moved mkdep from DISTCLEAN_FILES to CLEAN_FILES?
Index: Makefile
===================================================================
RCS file: /cvsroot/libfunutil/libfunutil/toc/bin/Makefile,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- Makefile 29 Aug 2003 05:25:09 -0000 1.4
+++ Makefile 1 Sep 2003 00:19:23 -0000 1.5
@@ -8,4 +8,5 @@
relativePathToSharedMakefile
-DISTCLEAN_FILES += mkdep
+CLEAN_FILES += mkdep
+
|