changeset 9437:663edb640673

ugly but otherwise make distclean doesnt remove libavcodec.a
author michael
date Sat, 15 Feb 2003 18:50:17 +0000
parents ffe048e5ad9f
children f7044ec26382
files Makefile
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/Makefile	Sat Feb 15 18:29:56 2003 +0000
+++ b/Makefile	Sat Feb 15 18:50:17 2003 +0000
@@ -298,6 +298,7 @@
 	-rm -f *~ $(PRG) $(PRG_FIBMAP) $(PRG_MENCODER) $(PRG_CFG) $(OBJS)
 	-rm -f *.o *.a .depend configure.log codecs.conf.h
 	@for a in $(PARTS); do $(MAKE) -C $$a distclean; done
+	$(MAKE) -C libavcodec distclean LIBPREF=lib LIBSUF=.a
 
 strip:
 	strip -s $(ALL_PRG)