|
From: Bob T. <bt...@us...> - 2003-10-07 01:12:18
|
Update of /cvsroot/benson/benson3/src/network In directory sc8-pr-cvs1:/tmp/cvs-serv24349/src/network Modified Files: Makefile.in Log Message: The latest changes to the build environment Index: Makefile.in =================================================================== RCS file: /cvsroot/benson/benson3/src/network/Makefile.in,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -r1.8 -r1.9 *** Makefile.in 30 Sep 2003 04:51:20 -0000 1.8 --- Makefile.in 7 Oct 2003 01:11:55 -0000 1.9 *************** *** 38,42 **** clean: ! rm -f *.o *.a core distclean: clean --- 38,42 ---- clean: ! rm -f *.o *.so *.a core distclean: clean |