summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authormichael <michael@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-02-15 18:50:17 +0000
committermichael <michael@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-02-15 18:50:17 +0000
commit5b59d8b5ae245c2872c9009300a6d48506ae9673 (patch)
treee996ee9d1218ea00458eb30c309b70420c9749f0 /Makefile
parent7d21a1c5307a54725ae141b7cc2ef7c77ab64017 (diff)
downloadmpv-5b59d8b5ae245c2872c9009300a6d48506ae9673.tar.bz2
mpv-5b59d8b5ae245c2872c9009300a6d48506ae9673.tar.xz
ugly but otherwise make distclean doesnt remove libavcodec.a
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9438 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index f38a8e9514..eb419a1fad 100644
--- a/Makefile
+++ b/Makefile
@@ -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)