ugly but otherwise make distclean doesnt remove libavcodec.a

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9438 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
michael 2003-02-15 18:50:17 +00:00
parent 7d21a1c530
commit 5b59d8b5ae
1 changed files with 1 additions and 0 deletions

View File

@ -298,6 +298,7 @@ distclean:
-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)