nand-loader/Makefile: don't adjust paths

This commit is contained in:
Christopher Roy Bratusek 2012-12-08 20:54:41 +01:00
parent c2319b529d
commit 599a1410b8

View File

@ -3,9 +3,6 @@
#---------------------------------------------------------------------------------
.SUFFIXES:
DEVKITPRO = /opt/devkitPPC
DEVKITPPC = /opt/devkitPPC
#---------------------------------------------------------------------------------
ifeq ($(strip $(DEVKITPPC)),)
$(error "Please set DEVKITPPC in your environment. export DEVKITPPC=<path to>devkitPPC)