Mercurial > libavcodec.hg
changeset 343:9211a0c9466a libavcodec
* cleanup
author | kabi |
---|---|
date | Fri, 26 Apr 2002 07:18:57 +0000 |
parents | 8635a7036395 |
children | 9f6071a87e17 |
files | .cvsignore Makefile |
diffstat | 2 files changed, 3 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/.cvsignore Fri Apr 26 07:18:57 2002 +0000 @@ -0,0 +1,2 @@ +Makefile.* +.depend
--- a/Makefile Wed Apr 24 12:18:59 2002 +0000 +++ b/Makefile Fri Apr 26 07:18:57 2002 +0000 @@ -91,7 +91,7 @@ $(CC) -MM $(CFLAGS) $(SRCS) 1>.depend clean: - rm -f *.o *~ $(LIB) $(SLIB) *.so i386/*.o i386/*~ \ + rm -f *.o *~ .depend $(LIB) $(SLIB) *.so i386/*.o i386/*~ \ armv4l/*.o armv4l/*~ \ mlib/*.o mlib/*~ \ alpha/*.o alpha/*~ \