From f1f2735ea9047a366b40ffc9c4450bedf3063e7d Mon Sep 17 00:00:00 2001 From: Michael Chisholm Date: Tue, 23 Dec 2008 13:01:47 +0000 Subject: [PATCH] Use $(MAKE) instead of platform specific make, thanks to dhewg --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 6818c97..758ff33 100644 --- a/Makefile +++ b/Makefile @@ -97,10 +97,10 @@ include/libfatversion.h : Makefile install: nds-install gba-install ogc-install nds-install: nds-release - make -C nds install + $(MAKE) -C nds install gba-install: gba-release - make -C gba install + $(MAKE) -C gba install ogc-install: cube-release wii-release - make -C libogc install + $(MAKE) -C libogc install