[BUG] Correct the problem reported by flarup during installation

This commit is contained in:
Crayon2000 2009-10-09 17:22:05 +00:00
parent b7151bcad5
commit fc00cfff24
2 changed files with 2 additions and 4 deletions

View file

@ -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

View file

@ -8,8 +8,7 @@ ifeq ($(strip $(DEVKITPRO)),)
$(error "Use export DEVKITPRO=<path to>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