diff options
| author | Jonathan Gordon <rockbox@jdgordon.info> | 2010-02-24 05:58:16 +0000 |
|---|---|---|
| committer | Jonathan Gordon <rockbox@jdgordon.info> | 2010-02-24 05:58:16 +0000 |
| commit | 0acb38b61c068bc34ddfea20e88a63dc3bcec3a1 (patch) | |
| tree | 90ea2104ca18bc725ea6bd9cf47e448d6f46b034 /tools/checkwps/checkwps.make | |
| parent | 14f066dc2541f4f7242fca1e67f4f2928504cee2 (diff) | |
| download | rockbox-0acb38b61c068bc34ddfea20e88a63dc3bcec3a1.zip rockbox-0acb38b61c068bc34ddfea20e88a63dc3bcec3a1.tar.gz rockbox-0acb38b61c068bc34ddfea20e88a63dc3bcec3a1.tar.bz2 rockbox-0acb38b61c068bc34ddfea20e88a63dc3bcec3a1.tar.xz | |
some minor changes to checkwps, shouldn't change anything
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24874 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'tools/checkwps/checkwps.make')
| -rw-r--r-- | tools/checkwps/checkwps.make | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/checkwps/checkwps.make b/tools/checkwps/checkwps.make index 13fef93..4f6a774 100644 --- a/tools/checkwps/checkwps.make +++ b/tools/checkwps/checkwps.make @@ -7,7 +7,7 @@ # $Id$ # -FLAGS=-g -D__PCTOOL__ -DDEBUG -DROCKBOX_DIR_LEN=9 -DWPS_DIR=\".\" $(TARGET) -Wall +FLAGS=-g -D__PCTOOL__ $(TARGET) -Wall SRC= $(call preprocess, $(TOOLSDIR)/checkwps/SOURCES) |