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:
parent
65458ee71c
commit
f609424cb8
1 changed files with 2 additions and 2 deletions
|
|
@ -4,7 +4,7 @@
|
||||||
# Jukebox | | ( <_> ) \___| < | \_\ ( <_> > < <
|
# Jukebox | | ( <_> ) \___| < | \_\ ( <_> > < <
|
||||||
# Firmware |____|_ /\____/ \___ >__|_ \|___ /\____/__/\_ \
|
# Firmware |____|_ /\____/ \___ >__|_ \|___ /\____/__/\_ \
|
||||||
# \/ \/ \/ \/ \/
|
# \/ \/ \/ \/ \/
|
||||||
# $Id: Makefile,v 1.16 2006-09-02 22:34:13 bagder Exp $
|
# $Id$
|
||||||
#
|
#
|
||||||
|
|
||||||
ifndef V
|
ifndef V
|
||||||
|
|
@ -51,6 +51,6 @@ $(DEPFILE): $(SOURCES)
|
||||||
$(CC) $(CFLAGS) -c $< -o $@
|
$(CC) $(CFLAGS) -c $< -o $@
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
rm -f $(OBJS) dep-speex
|
rm -f $(OBJS) ../rbspeexenc dep-speex
|
||||||
|
|
||||||
-include $(DEPFILE)
|
-include $(DEPFILE)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue