From 5c3e190e8aab22baa76adf7b7b8969d9d3f97804 Mon Sep 17 00:00:00 2001 From: Dominik Riebeling Date: Mon, 6 May 2013 23:26:59 +0200 Subject: [PATCH] Remove leftover debugging warning. Change-Id: Icb7d2de4284c1db5766f0039e5546b8956ef5afa --- tools/rbspeex/Makefile | 1 - 1 file changed, 1 deletion(-) 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)