Index: trunk/Ohana/src/opihi/Makefile
===================================================================
--- trunk/Ohana/src/opihi/Makefile	(revision 2615)
+++ trunk/Ohana/src/opihi/Makefile	(revision 2774)
@@ -36,4 +36,5 @@
 
 %.install:
+	if [ -e "$*" ]; then make $*; fi
 	if [ -e "$*" ]; then (cd $* && make install); fi
 
