From 367768db96fec9a2a887be9184fde7ec830c7eac Mon Sep 17 00:00:00 2001 From: rtognimp Date: Fri, 9 Jul 2004 17:32:17 +0000 Subject: 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 --- Makefile | 2 -- 1 file changed, 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index b48e743a97..7a6669a5d7 100644 --- a/Makefile +++ b/Makefile @@ -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) -- cgit v1.2.3