From 5f29d6b7fc16d249725d49182980bf248791b9ab Mon Sep 17 00:00:00 2001 From: "jean.chalard" Date: Mon, 10 Nov 2008 12:54:20 +0000 Subject: [PATCH] J : * New attempt at making things work when command is not found. --- JGE/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/JGE/Makefile b/JGE/Makefile index fad318106..3d6f0dc93 100644 --- a/JGE/Makefile +++ b/JGE/Makefile @@ -33,7 +33,7 @@ endif # Determination of target. # TARGET_ARCHITECTURE variable will then be set to either linux or psp. -RESULT = $(shell psp-config 2> /dev/null) +RESULT = $(shell psp-config --psp-prefix 2> Makefile.cache) ifeq ($(RESULT),) DEFAULT_RULE = linux TARGET_ARCHITECTURE = linux