Index: trunk/MagicSoft/Mars/Makefile
===================================================================
--- trunk/MagicSoft/Mars/Makefile	(revision 4020)
+++ trunk/MagicSoft/Mars/Makefile	(revision 4021)
@@ -22,5 +22,5 @@
 #PROGRAMS = readraw merpp mars test mona status
 PROGRAMS = readdaq readraw merpp star status mars mona
-SOLIB    = libmars.so
+DYLIB    = libmars.so
 CINT     = M
 
Index: trunk/MagicSoft/Mars/Makefile.conf.darwin
===================================================================
--- trunk/MagicSoft/Mars/Makefile.conf.darwin	(revision 4020)
+++ trunk/MagicSoft/Mars/Makefile.conf.darwin	(revision 4021)
@@ -30,5 +30,5 @@
 DYFLAG   = -dynamiclib
 
-DYLIB    = $(SOLIB:.so=.dylib)
+SOLIB    = $(DYLIB:.so=.dylib)
 
 # For debugging information use '-g'
@@ -41,5 +41,5 @@
 # uncomment this for quiet compilation
 
-#.SILENT:
+.SILENT:
 
 # @endcode
Index: trunk/MagicSoft/Mars/Makefile.conf.linux
===================================================================
--- trunk/MagicSoft/Mars/Makefile.conf.linux	(revision 4020)
+++ trunk/MagicSoft/Mars/Makefile.conf.linux	(revision 4021)
@@ -23,6 +23,4 @@
 SOFLAG   = -shared
 
-DYLIB    = $(SOLIB)
-
 # For debugging information use '-g'
 # For producing gmon.out use    '-pg' (needs static linking)
