Index: trunk/MagicSoft/Mars/Makefile
===================================================================
--- trunk/MagicSoft/Mars/Makefile	(revision 3330)
+++ trunk/MagicSoft/Mars/Makefile	(revision 3364)
@@ -36,5 +36,6 @@
 #  ----->>>   mars libraries
 #
-SUBDIRS = mbase \
+SUBDIRS = slalib \
+	  mbase \
 	  mastro \
 	  mmain \
@@ -111,13 +112,13 @@
 $(LIBRARIES):
 	@echo " Creating lib$@:"
-	(cd $*; $(MAKE); cd ..; mv $*/$@ lib/lib$@)
+	(cd $*; $(MAKE) -f Makefile; cd ..; mv $*/$@ lib/lib$@)
 
 $(MRPROPERS):
 	@echo " Doing Mr.Proper in $(@:.mrproper=)"
-	(cd $(@:.mrproper=); ($(MAKE) mrproper > /dev/null); cd ..;) 
+	(cd $(@:.mrproper=); ($(MAKE) -f Makefile mrproper > /dev/null); cd ..;) 
 
 $(CLEANERS):
 	@echo "Cleaning $(@:.clean=):"
-	(cd $(@:.clean=); $(MAKE) clean; cd ..;) 
+	(cd $(@:.clean=); $(MAKE) -f Makefile clean; cd ..;) 
 
 dox: $(SOLIB)
