summaryrefslogtreecommitdiff
path: root/tools/checkwps
diff options
context:
space:
mode:
Diffstat (limited to 'tools/checkwps')
-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 2ae15903a7..3720637595 100644
--- a/tools/checkwps/checkwps.make
+++ b/tools/checkwps/checkwps.make
@@ -7,7 +7,7 @@
7# $Id$ 7# $Id$
8# 8#
9 9
10GCCOPTS=-g -D__PCTOOL__ -DCHECKWPS $(TARGET) 10GCCOPTS=-std=gnu99 -g -D__PCTOOL__ -DCHECKWPS $(TARGET)
11 11
12CHECKWPS_SRC = $(call preprocess, $(TOOLSDIR)/checkwps/SOURCES) 12CHECKWPS_SRC = $(call preprocess, $(TOOLSDIR)/checkwps/SOURCES)
13CHECKWPS_OBJ = $(call c2obj,$(CHECKWPS_SRC)) 13CHECKWPS_OBJ = $(call c2obj,$(CHECKWPS_SRC))