Index: trunk/Ohana/Makefile
===================================================================
--- trunk/Ohana/Makefile	(revision 10317)
+++ trunk/Ohana/Makefile	(revision 10342)
@@ -36,8 +36,6 @@
 gcompare    \
 imclean     \
-imregister  \
 kapa        \
 kii         \
-misc        \
 mosastro    \
 nightd      \
@@ -48,4 +46,10 @@
 tcl         \
 uniphot
+
+# XXXX these need to be updated after the makefile system re-org
+FIXME = \
+imregister  \
+misc        
+
 
 # any of these programs can be built with 'make (name)' 
@@ -79,9 +83,9 @@
 	@if [ "$(ARCH)" = "" ]; then echo ""; echo " *** please define ARCH ***"; echo; exit 1; fi
 	@if [ "$(LIBS-$(ARCH))" = "" ]; then echo; echo " *** LIBS-$(ARCH) is missing"; echo; exit 1; fi
-	mkdir -p $(INCDIR)
-	mkdir -p $(LIBDIR)
+	mkdir -p $(DESTINC)
+	mkdir -p $(DESTLIB)
 	for i in $(LIBS-$(ARCH)); do make $$i.install || exit; done
 	chmod +x ohana-config
-	cp -f ohana-config $(BINDIR)/
+	cp -f ohana-config $(DESTBIN)/
 
 bins: 
