Remove leftover debugging warning.

Change-Id: Icb7d2de4284c1db5766f0039e5546b8956ef5afa
This commit is contained in:
Dominik Riebeling 2013-05-06 23:26:59 +02:00
parent fa4e1baa83
commit 5c3e190e8a

View file

@ -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)