summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorJonathan Gordon <rockbox@jdgordon.info>2010-08-10 14:32:08 +0000
committerJonathan Gordon <rockbox@jdgordon.info>2010-08-10 14:32:08 +0000
commit2e0217774f48c8ee998bf860be0448cfc06c2848 (patch)
treeb28d4b4273346e6b22ba5b16bbd30a27974858da /tools
parentdbf44a6a4d915aef9dbd9fd5626926551d4a86cb (diff)
downloadrockbox-2e0217774f48c8ee998bf860be0448cfc06c2848.tar.gz
rockbox-2e0217774f48c8ee998bf860be0448cfc06c2848.zip
try again
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27770 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'tools')
-rw-r--r--tools/checkwps/checkwps.make4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/checkwps/checkwps.make b/tools/checkwps/checkwps.make
index e84452d59e..20da68dbe3 100644
--- a/tools/checkwps/checkwps.make
+++ b/tools/checkwps/checkwps.make
@@ -7,7 +7,7 @@
# $Id$
#
-FLAGS=-g -D__PCTOOL__ $(TARGET) -Wall -DCHECKWPS
+FLAGS=-g -D__PCTOOL__ $(TARGET) -Wall
SRC= $(call preprocess, $(TOOLSDIR)/checkwps/SOURCES)
@@ -22,7 +22,7 @@ INCLUDES = -I$(ROOTDIR)/apps/gui \
-I$(BUILDDIR)
# Makes mkdepfile happy
-GCCOPTS+=-D__PCTOOL__
+GCCOPTS+=-D__PCTOOL__ -DCHECKWPS
.SECONDEXPANSION: # $$(OBJ) is not populated until after this