Index: trunk/Ohana/src/opihi/mana/Makefile
===================================================================
--- trunk/Ohana/src/opihi/mana/Makefile	(revision 10342)
+++ trunk/Ohana/src/opihi/mana/Makefile	(revision 10509)
@@ -36,11 +36,17 @@
 $(DESTLIB)/libdatacmd.a
 
-mana: $(BIN)/mana.$(ARCH) $(libs)
+mana: $(BIN)/mana.$(ARCH) 
 
+### fix this: this is adding libdatacmd.a, etc, to the compile line
+### (because $(libs) is a dep and included by the Makefile.Common rul
+### (BUT without this line, mana does not get compiled if changes happen
+### to libdatacmd.a 
+$(BIN)/mana.$(ARCH) : $(libs)
 $(BIN)/mana.$(ARCH) : $(mana)
 
 install: $(DESTBIN)/mana help
 
-help: clean-help cmd.basic.help cmd.data.help cmd.astro.help mana.help
+help: clean-help cmd.basic.help cmd.data.help cmd.astro.help
+# mana.help
 
 .PHONY: mana
