summaryrefslogtreecommitdiff
path: root/libavcodec
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2006-01-16 14:59:54 +0000
committerDiego Biurrun <diego@biurrun.de>2006-01-16 14:59:54 +0000
commit98013cc16cc88c49c83887ddcd6c5ba4ae549dbb (patch)
tree035ec03a1005023c6fc8fa203580b9f1bfb4cf6e /libavcodec
parentd3c71c500225e3ad8ac9927f51f65ea0300d7558 (diff)
Make clean/distclean consistent throughout all the Makefiles.
Originally committed as revision 4863 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec')
-rw-r--r--libavcodec/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/libavcodec/Makefile b/libavcodec/Makefile
index 81a6d1365b..46258e8d08 100644
--- a/libavcodec/Makefile
+++ b/libavcodec/Makefile
@@ -444,8 +444,8 @@ depend: $(SRCS)
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 @@ clean: $(CLEANAMR)
distclean: clean
rm -f Makefile.bak .depend
+ $(MAKE) -C libpostproc distclean
cleanamr:
$(MAKE) -C amr clean