Index: trunk/MagicSoft/Mars/Makefile
===================================================================
--- trunk/MagicSoft/Mars/Makefile	(revision 2800)
+++ trunk/MagicSoft/Mars/Makefile	(revision 2858)
@@ -105,13 +105,13 @@
 $(LIBRARIES):
 	@echo " Creating lib$@:"
-	(cd $*; make; cd ..; mv $*/$@ lib/lib$@)
+	(cd $*; $(MAKE); cd ..; mv $*/$@ lib/lib$@)
 
 $(MRPROPERS):
 	@echo " Doing Mr.Proper in $(@:.mrproper=)"
-	(cd $(@:.mrproper=); (make mrproper > /dev/null); cd ..;) 
+	(cd $(@:.mrproper=); ($(MAKE) mrproper > /dev/null); cd ..;) 
 
 $(CLEANERS):
 	@echo "Cleaning $(@:.clean=):"
-	(cd $(@:.clean=); make clean; cd ..;) 
+	(cd $(@:.clean=); $(MAKE) clean; cd ..;) 
 
 dox: $(SOLIB)
