diff options
-rw-r--r-- | tools/checkwps/checkwps.make | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/checkwps/checkwps.make b/tools/checkwps/checkwps.make index 3720637595..3004bbc2ed 100644 --- a/tools/checkwps/checkwps.make +++ b/tools/checkwps/checkwps.make @@ -7,7 +7,8 @@ # $Id$ # -GCCOPTS=-std=gnu99 -g -D__PCTOOL__ -DCHECKWPS $(TARGET) +# Use global GCCOPTS +GCCOPTS += -D__PCTOOL__ -DCHECKWPS CHECKWPS_SRC = $(call preprocess, $(TOOLSDIR)/checkwps/SOURCES) CHECKWPS_OBJ = $(call c2obj,$(CHECKWPS_SRC)) |