Mercurial > mplayer.hg
changeset 9597:05a2998c428e
fixed 'make distclean' without libavcodec
author | arpi |
---|---|
date | Sat, 15 Mar 2003 19:52:11 +0000 |
parents | 7b4a17c415fb |
children | ec21eefff17e |
files | Makefile |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/Makefile Sat Mar 15 19:40:52 2003 +0000 +++ b/Makefile Sat Mar 15 19:52:11 2003 +0000 @@ -311,7 +311,7 @@ -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)