summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDave Chapman <dave@dchapman.com>2007-11-16 15:58:38 +0000
committerDave Chapman <dave@dchapman.com>2007-11-16 15:58:38 +0000
commitf609424cb86043a29e4861d8b25212d24c08c397 (patch)
treea33a11c991f92bf6b94fb1c746142672219dac3c
parent65458ee71ca741fbed1bff7e358760bb480b85e9 (diff)
downloadrockbox-f609424cb86043a29e4861d8b25212d24c08c397.tar.gz
rockbox-f609424cb86043a29e4861d8b25212d24c08c397.zip
Fix the clean: rule and also set svn keywords
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15641 a1c6a512-1295-4272-9138-f99709370657
-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)