From 0d5393afa622b359207e9bb2f248ebd6489a330c Mon Sep 17 00:00:00 2001 From: "Jay Freeman (saurik)" Date: Thu, 10 Mar 2011 22:46:45 -0800 Subject: Notice out-of-date sysroot folders and complain. --- makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'makefile') diff --git a/makefile b/makefile index 855ab7a..18dc376 100644 --- a/makefile +++ b/makefile @@ -113,8 +113,8 @@ Images/%.png: %.png @echo "[pngc] $<" @./pngcrush.sh $< $@ -sysroot: - @echo "Please read compiling.txt: you do not have a ./sysroot/ folder with the on-device requirements." 1>&2 +sysroot: sysroot.sh + @echo "Your ./sysroot/ is either missing or out of date. Please read compiling.txt for help." 1>&2 @echo 1>&2 @exit 1 -- cgit v1.2.3