From fc00cfff2411cb91b9a663263fe206fd5913b5a8 Mon Sep 17 00:00:00 2001 From: Crayon2000 Date: Fri, 9 Oct 2009 17:22:05 +0000 Subject: [PATCH] [BUG] Correct the problem reported by flarup during installation --- GRRLIB/GRRLIB/Makefile | 3 +-- GRRLIB/lib/pngu/Makefile | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/GRRLIB/GRRLIB/Makefile b/GRRLIB/GRRLIB/Makefile index 358f971..8f0e761 100644 --- a/GRRLIB/GRRLIB/Makefile +++ b/GRRLIB/GRRLIB/Makefile @@ -10,8 +10,7 @@ endif PWD := $(shell pwd) -CC := $(DEVKITPPC)/bin/powerpc-gekko-gcc -AR := $(DEVKITPPC)/bin/powerpc-gekko-ar +include $(DEVKITPPC)/base_rules OGC := $(DEVKITPRO)/libogc INCD := $(OGC)/include diff --git a/GRRLIB/lib/pngu/Makefile b/GRRLIB/lib/pngu/Makefile index b8b98fa..0a10702 100644 --- a/GRRLIB/lib/pngu/Makefile +++ b/GRRLIB/lib/pngu/Makefile @@ -8,8 +8,7 @@ ifeq ($(strip $(DEVKITPRO)),) $(error "Use export DEVKITPRO=devkitPRO and try again") endif -CC := $(DEVKITPPC)/bin/powerpc-gekko-gcc -AR := $(DEVKITPPC)/bin/powerpc-gekko-ar +include $(DEVKITPPC)/base_rules OGC := $(DEVKITPRO)/libogc INCD := $(OGC)/include