summaryrefslogtreecommitdiff
path: root/tools/rbspeex
diff options
context:
space:
mode:
Diffstat (limited to 'tools/rbspeex')
-rw-r--r--tools/rbspeex/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/rbspeex/Makefile b/tools/rbspeex/Makefile
index 4771fe4ea2..079d06dcc7 100644
--- a/tools/rbspeex/Makefile
+++ b/tools/rbspeex/Makefile
@@ -4,7 +4,7 @@
4# Jukebox | | ( <_> ) \___| < | \_\ ( <_> > < < 4# Jukebox | | ( <_> ) \___| < | \_\ ( <_> > < <
5# Firmware |____|_ /\____/ \___ >__|_ \|___ /\____/__/\_ \ 5# Firmware |____|_ /\____/ \___ >__|_ \|___ /\____/__/\_ \
6# \/ \/ \/ \/ \/ 6# \/ \/ \/ \/ \/
7# $Id: Makefile,v 1.16 2006-09-02 22:34:13 bagder Exp $ 7# $Id$
8# 8#
9 9
10ifndef V 10ifndef V
@@ -51,6 +51,6 @@ $(DEPFILE): $(SOURCES)
51 $(CC) $(CFLAGS) -c $< -o $@ 51 $(CC) $(CFLAGS) -c $< -o $@
52 52
53clean: 53clean:
54 rm -f $(OBJS) dep-speex 54 rm -f $(OBJS) ../rbspeexenc dep-speex
55 55
56-include $(DEPFILE) 56-include $(DEPFILE)