From: Friedrich L. <fr...@us...> - 2004-04-11 20:30:29
|
Update of /cvsroot/ipac-ng/ipac-ng/storage/postgre In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17706/storage/postgre Modified Files: Makefile.in Log Message: make distclean Index: Makefile.in =================================================================== RCS file: /cvsroot/ipac-ng/ipac-ng/storage/postgre/Makefile.in,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- Makefile.in 6 Jul 2003 11:34:52 -0000 1.2 +++ Makefile.in 11 Apr 2004 20:16:43 -0000 1.3 @@ -16,3 +16,6 @@ clean: rm -f libstorpostgre.a postgre.o +distclean: + rm -f Makefile *~ + |