summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorDominik Riebeling <Dominik.Riebeling@gmail.com>2008-05-12 20:31:50 +0000
committerDominik Riebeling <Dominik.Riebeling@gmail.com>2008-05-12 20:31:50 +0000
commit9bd945de7b5b4cfa6ddbe7f41337736b68d98a46 (patch)
tree038626ac37f958745b5b7b616c68312aad4d77f3 /tools
parent91e0b52038ae404ea19f9b6473baf7e52c11b147 (diff)
fix wrong variable casing.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17481 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'tools')
-rw-r--r--tools/checkwps/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/checkwps/Makefile b/tools/checkwps/Makefile
index bf029716ec..cde80b0dde 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