summaryrefslogtreecommitdiffstats
path: root/tools
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 /tools
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
Diffstat (limited to 'tools')
-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 @@
# Jukebox | | ( <_> ) \___| < | \_\ ( <_> > < <
# Firmware |____|_ /\____/ \___ >__|_ \|___ /\____/__/\_ \
# \/ \/ \/ \/ \/
-# $Id: Makefile,v 1.16 2006-09-02 22:34:13 bagder Exp $
+# $Id$
#
ifndef V
@@ -51,6 +51,6 @@ $(DEPFILE): $(SOURCES)
$(CC) $(CFLAGS) -c $< -o $@
clean:
- rm -f $(OBJS) dep-speex
+ rm -f $(OBJS) ../rbspeexenc dep-speex
-include $(DEPFILE)