From 2e0217774f48c8ee998bf860be0448cfc06c2848 Mon Sep 17 00:00:00 2001 From: Jonathan Gordon Date: Tue, 10 Aug 2010 14:32:08 +0000 Subject: try again git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27770 a1c6a512-1295-4272-9138-f99709370657 --- tools/checkwps/checkwps.make | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tools/checkwps/checkwps.make') 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 -- cgit v1.1