summaryrefslogtreecommitdiff
path: root/tools/checkwps/checkwps.make
diff options
context:
space:
mode:
authorJonathan Gordon <rockbox@jdgordon.info>2010-02-24 05:58:16 +0000
committerJonathan Gordon <rockbox@jdgordon.info>2010-02-24 05:58:16 +0000
commit0acb38b61c068bc34ddfea20e88a63dc3bcec3a1 (patch)
tree90ea2104ca18bc725ea6bd9cf47e448d6f46b034 /tools/checkwps/checkwps.make
parent14f066dc2541f4f7242fca1e67f4f2928504cee2 (diff)
downloadrockbox-0acb38b61c068bc34ddfea20e88a63dc3bcec3a1.zip
rockbox-0acb38b61c068bc34ddfea20e88a63dc3bcec3a1.tar.gz
rockbox-0acb38b61c068bc34ddfea20e88a63dc3bcec3a1.tar.bz2
rockbox-0acb38b61c068bc34ddfea20e88a63dc3bcec3a1.tar.xz
some minor changes to checkwps, shouldn't change anything
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24874 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'tools/checkwps/checkwps.make')
-rw-r--r--tools/checkwps/checkwps.make2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/checkwps/checkwps.make b/tools/checkwps/checkwps.make
index 13fef93..4f6a774 100644
--- a/tools/checkwps/checkwps.make
+++ b/tools/checkwps/checkwps.make
@@ -7,7 +7,7 @@
# $Id$
#
-FLAGS=-g -D__PCTOOL__ -DDEBUG -DROCKBOX_DIR_LEN=9 -DWPS_DIR=\".\" $(TARGET) -Wall
+FLAGS=-g -D__PCTOOL__ $(TARGET) -Wall
SRC= $(call preprocess, $(TOOLSDIR)/checkwps/SOURCES)