Remove duplicated make distclean for libavformat and libavcodec

Patch by adland


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12787 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
rtognimp 2004-07-09 17:32:17 +00:00
parent 55bdd70dde
commit 367768db96
1 changed files with 0 additions and 2 deletions

View File

@ -308,8 +308,6 @@ distclean:
-rm -f *~ $(PRG) $(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
-$(MAKE) -C libavformat distclean LIBPREF=lib LIBSUF=.a
strip:
strip -s $(ALL_PRG)