diff options
author | Dominik Riebeling <Dominik.Riebeling@gmail.com> | 2013-05-06 23:26:59 +0200 |
---|---|---|
committer | Dominik Riebeling <Dominik.Riebeling@gmail.com> | 2013-05-06 23:27:28 +0200 |
commit | 5c3e190e8aab22baa76adf7b7b8969d9d3f97804 (patch) | |
tree | b62669669b3c98639b9f436652b84ca9297d0b64 | |
parent | fa4e1baa83a5f3f28f98b5b744b7692be9fb4fca (diff) | |
download | rockbox-5c3e190.tar.gz rockbox-5c3e190.zip |
Remove leftover debugging warning.
Change-Id: Icb7d2de4284c1db5766f0039e5546b8956ef5afa
-rw-r--r-- | tools/rbspeex/Makefile | 1 |
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) |