Index: trunk/Ohana/src/dvomerge/Makefile
===================================================================
--- trunk/Ohana/src/dvomerge/Makefile	(revision 31450)
+++ trunk/Ohana/src/dvomerge/Makefile	(revision 31496)
@@ -108,6 +108,6 @@
 
 %.install:
-	make $(DESTBIN)/$*
+	$(MAKE) $(DESTBIN)/$*
 
 install:
-	for i in $(INSTALL); do make $$i.install || exit; done
+	for i in $(INSTALL); do $(MAKE) $$i.install || exit; done
