Index: /trunk/MagicSoft/Mars/Makefile
===================================================================
--- /trunk/MagicSoft/Mars/Makefile	(revision 8540)
+++ /trunk/MagicSoft/Mars/Makefile	(revision 8541)
@@ -20,5 +20,5 @@
 #
 #PROGRAMS = readraw merpp mars test mona status
-PROGRAMS = readdaq merpp readraw sinope callisto star ganymed sponde showlog showplot mars mars-config
+PROGRAMS = readdaq merpp readraw sinope callisto star ganymed sponde showlog showplot mars mars-config compmux
 SOLIB    = libmars.so
 CINT     = M
@@ -109,5 +109,5 @@
 # for root and the dynlib (to be linked with the executable) on Mac OSX
 ifneq ($(OSTYPE),darwin)
-$(PROGRAMS): $(SOLIB) $(PROGRAMS:=.o)
+$(PROGRAMS): $(PROGRAMS:=.o) $(SOLIB)
 	@echo " Linking $@ ..." 
 	$(CXX) $(CXXFLAGS) $(ROOTGLIBS) $(SOLIB) $@.o $(MARS_LIB) -o $@
