summaryrefslogtreecommitdiff
path: root/tools/checkwps/checkwps.make
diff options
context:
space:
mode:
Diffstat (limited to 'tools/checkwps/checkwps.make')
-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 e84452d..20da68d 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