Index: trunk/MagicSoft/Mars/Makefile.rules
===================================================================
--- trunk/MagicSoft/Mars/Makefile.rules	(revision 2121)
+++ trunk/MagicSoft/Mars/Makefile.rules	(revision 2122)
@@ -61,7 +61,7 @@
 rmhtml:
 	@echo " Removing htmldoc-tree"
-	@rm -rf htmldoc/examples
-	@rm -rf htmldoc/src
-	@ls htmldoc/* | grep "htmldoc/" | grep -v images | grep -v CVS | xargs rm 
+	rm -rf htmldoc/examples
+	rm -rf htmldoc/src
+	ls htmldoc/* | grep "htmldoc/" | grep -v images | grep -v CVS | xargs rm -f
 
 cflags: 
Index: trunk/MagicSoft/Mars/mgui/MCamDisplay.cc
===================================================================
--- trunk/MagicSoft/Mars/mgui/MCamDisplay.cc	(revision 2121)
+++ trunk/MagicSoft/Mars/mgui/MCamDisplay.cc	(revision 2122)
@@ -796,5 +796,4 @@
     static char info[64];
 
-    Int_t dist = 999999;
     UInt_t i;
     for (i=0; i<fNumPixels; i++)
