Mercurial > libavcodec.hg
diff Makefile @ 3050:61e47d203191 libavcodec
Make clean/distclean consistent throughout all the Makefiles.
author | diego |
---|---|
date | Mon, 16 Jan 2006 14:59:54 +0000 |
parents | 986716310195 |
children | a5e0b58b4471 |
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