[Wisp-cvs] wisp/users/dig Makefile.am,1.4,1.5
Status: Alpha
Brought to you by:
digg
From: <di...@us...> - 2003-02-09 09:31:17
|
Update of /cvsroot/wisp/wisp/users/dig In directory sc8-pr-cvs1:/tmp/cvs-serv30905 Modified Files: Makefile.am Log Message: 'make clean' shall 'rm -f *~' Index: Makefile.am =================================================================== RCS file: /cvsroot/wisp/wisp/users/dig/Makefile.am,v retrieving revision 1.4 retrieving revision 1.5 diff -u -d -r1.4 -r1.5 --- Makefile.am 6 Feb 2003 21:30:46 -0000 1.4 +++ Makefile.am 9 Feb 2003 09:31:12 -0000 1.5 @@ -12,4 +12,4 @@ all: clean: clean-am - -rm -f *.pyc *.pyo + -rm -f *~ *.pyc *.pyo |