* New attempt at making things work when command is not found.
This commit is contained in:
jean.chalard
2008-11-10 12:54:20 +00:00
parent e497e7c713
commit 5f29d6b7fc

View File

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