1
0
Fork 0
forked from len0rd/rockbox

Fix the clean: rule and also set svn keywords

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15641 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Dave Chapman 2007-11-16 15:58:38 +00:00
parent 65458ee71c
commit f609424cb8

View file

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