Index: trunk/MagicSoft/Mars/Makefile
===================================================================
--- trunk/MagicSoft/Mars/Makefile	(revision 1027)
+++ trunk/MagicSoft/Mars/Makefile	(revision 1048)
@@ -97,26 +97,26 @@
 	@echo "Removing htmldoc-tree"
 	@rm -rf htmldoc
+	@echo "Doing Mr.Proper in manalysis"
+	@cd manalysis; (make mrproper > /dev/null); cd ..
 	@echo "Doing Mr.Proper in mbase"
 	@cd mbase; (make mrproper > /dev/null); cd ..
-	@echo "Doing Mr.Proper in mraw"
-	@cd mraw; (make mrproper > /dev/null); cd ..
-	@echo "Doing Mr.Proper in mhist"
-	@cd mhist; (make mrproper > /dev/null); cd ..
+	@echo "Doing Mr.Proper in mdatacheck"
+	@cd mdatacheck; (make mrproper > /dev/null); cd ..
+	@echo "Doing Mr.Proper in mevtdisp"
+	@cd meventdisp; (make mrproper > /dev/null); cd ..
 	@echo "Doing Mr.Proper in mfilter"
 	@cd mfilter; (make mrproper > /dev/null); cd ..
 	@echo "Doing Mr.Proper in mgui"
 	@cd mgui; (make mrproper > /dev/null); cd ..
-	@echo "Doing Mr.Proper in mdatacheck"
-	@cd mdatacheck; (make mrproper > /dev/null); cd ..
+	@echo "Doing Mr.Proper in mhist"
+	@cd mhist; (make mrproper > /dev/null); cd ..
+	@echo "Doing Mr.Proper in mmain"
+	@cd mmain; (make mrproper > /dev/null); cd ..
 	@echo "Doing Mr.Proper in mmc"
 	@cd mmc; (make mrproper > /dev/null); cd ..
-	@echo "Doing Mr.Proper in mevtdisp"
-	@cd meventdisp; (make mrproper > /dev/null); cd ..
-	@echo "Doing Mr.Proper in manalysis"
-	@cd manalysis; (make mrproper > /dev/null); cd ..
 	@echo "Doing Mr.Proper in mmontecarlo"
 	@cd mmontecarlo; (make mrproper > /dev/null); cd ..
-	@echo "Doing Mr.Proper in mmain"
-	@cd mmain; (make mrproper > /dev/null); cd ..
+	@echo "Doing Mr.Proper in mraw"
+	@cd mraw; (make mrproper > /dev/null); cd ..
 	@echo "Done."
 
