Update of /cvsroot/micomt/mico
In directory usw-pr-cvs1:/tmp/cvs-serv29219
Modified Files:
Makefile
Log Message:
- fixes make distclean for doxy.log and conftest.h
Index: Makefile
===================================================================
RCS file: /cvsroot/micomt/mico/Makefile,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -r1.9 -r1.10
*** Makefile 2002/01/04 11:29:20 1.9
--- Makefile 2002/01/04 16:33:51 1.10
***************
*** 56,60 ****
rm -f config.*
rm -f include/mico/config.h
! rm -r confdefs.h doxy.log
install:
--- 56,60 ----
rm -f config.*
rm -f include/mico/config.h
! rm -f confdefs.h doxy.log
install:
|