From f609424cb86043a29e4861d8b25212d24c08c397 Mon Sep 17 00:00:00 2001 From: Dave Chapman Date: Fri, 16 Nov 2007 15:58:38 +0000 Subject: Fix the clean: rule and also set svn keywords git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15641 a1c6a512-1295-4272-9138-f99709370657 --- tools/rbspeex/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tools') 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) -- cgit v1.2.3