Index: trunk/MagicSoft/Mars/Changelog
===================================================================
--- trunk/MagicSoft/Mars/Changelog	(revision 8031)
+++ trunk/MagicSoft/Mars/Changelog	(revision 8032)
@@ -38,4 +38,7 @@
      - removed the NamespaceImp macro again, it gives problems when
        compiling which are not yet understood
+
+   * Makefile:
+     - fixed a type in rmcondor
 
 
Index: trunk/MagicSoft/Mars/Makefile
===================================================================
--- trunk/MagicSoft/Mars/Makefile	(revision 8031)
+++ trunk/MagicSoft/Mars/Makefile	(revision 8032)
@@ -126,5 +126,5 @@
 
 rmcondor:
-	rm -f .makcondor.log
+	rm -f .makecondor.log
 
 condor:	rmcondor $(CONDOR)
