Index: /branches/eam_branches/ipp-20110505/Ohana/src/addstar/Makefile
===================================================================
--- /branches/eam_branches/ipp-20110505/Ohana/src/addstar/Makefile	(revision 31610)
+++ /branches/eam_branches/ipp-20110505/Ohana/src/addstar/Makefile	(revision 31611)
@@ -267,6 +267,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
Index: /branches/eam_branches/ipp-20110505/Ohana/src/dvomerge/Makefile
===================================================================
--- /branches/eam_branches/ipp-20110505/Ohana/src/dvomerge/Makefile	(revision 31610)
+++ /branches/eam_branches/ipp-20110505/Ohana/src/dvomerge/Makefile	(revision 31611)
@@ -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
Index: /branches/eam_branches/ipp-20110505/Ohana/src/dvosplit/Makefile
===================================================================
--- /branches/eam_branches/ipp-20110505/Ohana/src/dvosplit/Makefile	(revision 31610)
+++ /branches/eam_branches/ipp-20110505/Ohana/src/dvosplit/Makefile	(revision 31611)
@@ -43,6 +43,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
Index: /branches/eam_branches/ipp-20110505/Ohana/src/imregister/Makefile
===================================================================
--- /branches/eam_branches/ipp-20110505/Ohana/src/imregister/Makefile	(revision 31610)
+++ /branches/eam_branches/ipp-20110505/Ohana/src/imregister/Makefile	(revision 31611)
@@ -185,9 +185,9 @@
 %.rebuild :
 	rm -f $(BIN)/$*.$(ARCH)
-	make $(DESTBIN)/$*
+	$(MAKE) $(DESTBIN)/$*
 
 %.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
Index: /branches/eam_branches/ipp-20110505/Ohana/src/libohana/Makefile
===================================================================
--- /branches/eam_branches/ipp-20110505/Ohana/src/libohana/Makefile	(revision 31610)
+++ /branches/eam_branches/ipp-20110505/Ohana/src/libohana/Makefile	(revision 31611)
@@ -55,5 +55,5 @@
 testcode: install $(TEST)
 test:
-	make testcode
+	$(MAKE) testcode
 	for i in $(TEST); do $$i; done
 
Index: /branches/eam_branches/ipp-20110505/Ohana/src/misc/Makefile
===================================================================
--- /branches/eam_branches/ipp-20110505/Ohana/src/misc/Makefile	(revision 31610)
+++ /branches/eam_branches/ipp-20110505/Ohana/src/misc/Makefile	(revision 31611)
@@ -37,5 +37,5 @@
 
 cfhtlog:
-	make $(DESTBIN)/cfhtlog
+	$(MAKE) $(DESTBIN)/cfhtlog
 
 # copied from Makefile.Common : use a single c file: foo : foo.c
@@ -56,8 +56,8 @@
 
 %.install:
-	make $(DESTBIN)/$*
+	$(MAKE) $(DESTBIN)/$*
 
 install:
-	for i in $(PROGRAMS); do make $$i.install || exit; done
+	for i in $(PROGRAMS); do $(MAKE) $$i.install || exit; done
 
 %.clean:
Index: /branches/eam_branches/ipp-20110505/Ohana/src/skycalc/Makefile
===================================================================
--- /branches/eam_branches/ipp-20110505/Ohana/src/skycalc/Makefile	(revision 31610)
+++ /branches/eam_branches/ipp-20110505/Ohana/src/skycalc/Makefile	(revision 31611)
@@ -75,6 +75,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
Index: /branches/eam_branches/ipp-20110505/Ohana/src/tools/Makefile
===================================================================
--- /branches/eam_branches/ipp-20110505/Ohana/src/tools/Makefile	(revision 31610)
+++ /branches/eam_branches/ipp-20110505/Ohana/src/tools/Makefile	(revision 31611)
@@ -57,8 +57,8 @@
 
 %.install:
-	make $(DESTBIN)/$*
+	$(MAKE) $(DESTBIN)/$*
 
 install:
-	for i in $(PROGRAMS); do make $$i.install || exit; done
+	for i in $(PROGRAMS); do $(MAKE) $$i.install || exit; done
 
 
