summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorDominik Riebeling <Dominik.Riebeling@gmail.com>2013-05-06 23:26:59 +0200
committerDominik Riebeling <Dominik.Riebeling@gmail.com>2013-05-06 23:27:28 +0200
commit5c3e190e8aab22baa76adf7b7b8969d9d3f97804 (patch)
treeb62669669b3c98639b9f436652b84ca9297d0b64 /tools
parentfa4e1baa83a5f3f28f98b5b744b7692be9fb4fca (diff)
downloadrockbox-5c3e190e8aab22baa76adf7b7b8969d9d3f97804.tar.gz
rockbox-5c3e190e8aab22baa76adf7b7b8969d9d3f97804.zip
Remove leftover debugging warning.
Change-Id: Icb7d2de4284c1db5766f0039e5546b8956ef5afa
Diffstat (limited to 'tools')
-rw-r--r--tools/rbspeex/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/rbspeex/Makefile b/tools/rbspeex/Makefile
index feaf82997c..f7f080847d 100644
--- a/tools/rbspeex/Makefile
+++ b/tools/rbspeex/Makefile
@@ -55,7 +55,6 @@ endif
ifeq ($(SYS_SPEEX),)
# This sets up 'SRC' based on the files mentioned in SOURCES
SRC := $(shell $(CC) $(CFLAGS) -E -P -xc $(SPEEXSRC)/SOURCES)
-$(warning $(SRC))
LIBS = $(TARGET_DIR)librbspeex.a
else
LIBS = $(SYS_SPEEX)