Mercurial > libavcodec.hg
changeset 3050:61e47d203191 libavcodec
Make clean/distclean consistent throughout all the Makefiles.
author | diego |
---|---|
date | Mon, 16 Jan 2006 14:59:54 +0000 |
parents | 9f85c9cf6034 |
children | c0fde3eb7784 |
files | Makefile |
diffstat | 1 files changed, 3 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/Makefile Sun Jan 15 21:33:06 2006 +0000 +++ b/Makefile Mon Jan 16 14:59:54 2006 +0000 @@ -444,8 +444,8 @@ dep: depend clean: $(CLEANAMR) - rm -f *.o *.d *~ i386/*.o i386/*~ \ - *.a *.lib *.so *.dylib *.dll \ + rm -f *.o *.d *~ *.a *.lib *.so *.dylib *.dll \ + i386/*.o i386/*~ \ armv4l/*.o armv4l/*~ \ mlib/*.o mlib/*~ \ alpha/*.o alpha/*~ \ @@ -459,6 +459,7 @@ distclean: clean rm -f Makefile.bak .depend + $(MAKE) -C libpostproc distclean cleanamr: $(MAKE) -C amr clean