From f7ffe085d288223a77c3f14a9316e5a296a81c6b Mon Sep 17 00:00:00 2001 From: bluebrother Date: Mon, 12 May 2008 20:31:50 +0000 Subject: [PATCH] fix wrong variable casing. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17481 a1c6a512-1295-4272-9138-f99709370657 --- tools/checkwps/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/checkwps/Makefile b/tools/checkwps/Makefile index bf029716e..cde80b0dd 100644 --- a/tools/checkwps/Makefile +++ b/tools/checkwps/Makefile @@ -11,7 +11,7 @@ ROOT=../.. ifeq ($(findstring CYGWIN,$(shell uname)),CYGWIN) CFLAGS+=-mno-cygwin -ext = .exe +EXT = .exe else ifeq ($(findstring MINGW,$(shell uname)),MINGW) EXT = .exe -- 2.11.4.GIT