Index: trunk/Ohana/src/libautocode/Makefile
===================================================================
--- trunk/Ohana/src/libautocode/Makefile	(revision 41490)
+++ trunk/Ohana/src/libautocode/Makefile	(revision 41491)
@@ -46,5 +46,8 @@
 $(DESTINC)/autocode.h : $(INC)/autocode.h
 
-$(AOBJS): $(DEF)/autocode.c $(DESTINC)/autocode.h
+# $(AOBJS): $(DEF)/autocode.c $(DESTINC)/autocode.h
+
+# 
+$(AOBJS): $(DEF)/autocode.c $(INC)/autocode.h
 
 $(INC)/autocode.h: $(AINCS) $(DEF)/autocode.h $(DEF)/common.h
Index: trunk/Ohana/src/libdvo/Makefile
===================================================================
--- trunk/Ohana/src/libdvo/Makefile	(revision 41490)
+++ trunk/Ohana/src/libdvo/Makefile	(revision 41491)
@@ -152,4 +152,5 @@
 # $(SRC)/photfits.$(ARCH).o        
 
+# libautocode/Makefile.Targets defines $(AOBJS) & $(AINCS)
 include ../libautocode/Makefile.Targets
 
@@ -168,25 +169,25 @@
 $(DESTINC)/autocode.h: $(AINC)/autocode.h
 	@if [ ! -d $(DESTINC) ]; then mkdir -p $(DESTINC); fi
-	rm -f $@
-	cp $< $@
+	/bin/rm -f $@
+	/bin/cp -f $< $@
 	echo "done making autocode.h"
 
 $(AINC)/autocode.h: $(AINCS) $(ADEF)/autocode.h $(ADEF)/common.h
-	@echo "$(MAKE) $@ from $^"
+#	@echo "$(MAKE) $@ from $^"
 	cd $(AUTO) && $(MAKE) $@
 
 # generic rule for AINCS
 $(AINC)/%.h : $(ADEF)/%.d $(ADEF)/autocode.h $(ADEF)/common.h
-	@echo "$(MAKE) $@ from $^"
+#	@echo "*** h-build $(MAKE) $@ from $^"
 	cd $(AUTO) && $(MAKE) $@
 
 # generic rule for ASRC
-$(ASRC)/%.c : $(ADEF)/%.d $(ADEF)/autocode.c $(AINC)/%.h
-	@echo "$(MAKE) $@ from $^"
+$(ASRC)/%.c : $(ADEF)/%.d $(ADEF)/autocode.c
+#	@echo "*** c-build: $(MAKE) $@ from $^"
 	cd $(AUTO) && $(MAKE) $@
 
 # generic rule for AOBJS
 $(ASRC)/%.$(ARCH).o : $(ASRC)/%.c
-	@echo "$(MAKE) $@ from $^"
+#	@echo "*** o-build: $(MAKE) $@ from $^"
 	cd $(AUTO) && $(MAKE) $@
 
