Index: trunk/MagicSoft/Mars/Makefile
===================================================================
--- trunk/MagicSoft/Mars/Makefile	(revision 4031)
+++ trunk/MagicSoft/Mars/Makefile	(revision 4032)
@@ -102,5 +102,5 @@
 # for root and the dynlib (to be linked with the executable) on Mac OSX
 ifndef ($DYFLAG)
-ifneq  ($DYFLAG,)
+ifeq  ($DYFLAG,)
 $(PROGRAMS): $(SOLIB) $(PROGRAMS:=.o)
 	@echo " Linking excutable $@ ..." 
@@ -110,5 +110,5 @@
 
 ifdef ($DYFLAG)
-ifeq ($DYFLAG,)
+ifneq ($DYFLAG,)
 $(DYLIB): $(LIBRARIES) $(OBJS) $(HEADERS)
 	@echo " Linking dylib $(DYLIB) ..."
