[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[minion-cvs] make make clean make clean cleaner correctly
Update of /home/minion/cvsroot/src/minion
In directory moria.mit.edu:/tmp/cvs-serv28108
Modified Files:
Makefile
Log Message:
make make clean make clean cleaner correctly
Index: Makefile
===================================================================
RCS file: /home/minion/cvsroot/src/minion/Makefile,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -d -r1.32 -r1.33
--- Makefile 6 Jan 2003 12:42:39 -0000 1.32
+++ Makefile 6 Jan 2003 18:44:45 -0000 1.33
@@ -65,7 +65,7 @@
rm -f lib/mixminion/*/*.pyo
find . -name '*~' -print0 |xargs -0 rm -f
find . -name '.#*' -print0 |xargs -0 rm -f
- find . -name '.bak' -print0 |xargs -0 rm -f
+ find . -name '*.bak' -print0 |xargs -0 rm -f
test: do_build
@$(FINDPYTHON); \