Mercurial > audlegacy
changeset 2377:bc9e6b624a87 trunk
[svn] - remove .depend on make clean
author | nenolod |
---|---|
date | Sun, 21 Jan 2007 03:00:31 -0800 |
parents | e1513290ee3c |
children | 440971af5fda |
files | ChangeLog mk/objective.mk |
diffstat | 2 files changed, 11 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/ChangeLog Sat Jan 20 21:30:24 2007 -0800 +++ b/ChangeLog Sun Jan 21 03:00:31 2007 -0800 @@ -1,3 +1,13 @@ +2007-01-21 05:30:24 +0000 Daniel Barkalow <barkalow@iabervon.org> + revision [3762] + Add a VFSFile method for getting metadata associated with the file. + + trunk/src/audacious/ui_credits.c | 2 ++ + trunk/src/audacious/vfs.c | 21 +++++++++++++++++++++ + trunk/src/audacious/vfs.h | 3 +++ + 3 files changed, 26 insertions(+) + + 2007-01-21 04:57:39 +0000 Yoshiki Yazawa <yaz@cc.rim.or.jp> revision [3760] - config.h is necessary to conditional compilation of chardet.
--- a/mk/objective.mk Sat Jan 20 21:30:24 2007 -0800 +++ b/mk/objective.mk Sun Jan 21 03:00:31 2007 -0800 @@ -85,7 +85,7 @@ done; \ fi $(MAKE) clean-posthook - rm -f *.o *.lo *.so *.a *.sl .depend-done + rm -f *.o *.lo *.so *.a *.sl .depend-done .depend @if [ "x$(OBJECTIVE_BINS)" != "x" ]; then \ for i in $(OBJECTIVE_BINS); do \ rm -f $$i; \