fixed 'make distclean' without libavcodec

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9598 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
arpi 2003-03-15 19:52:11 +00:00
parent c95b78ac8d
commit d029c50149
1 changed files with 1 additions and 1 deletions

View File

@ -311,7 +311,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
-$(MAKE) -C libavcodec distclean LIBPREF=lib LIBSUF=.a
strip:
strip -s $(ALL_PRG)