Mercurial > mplayer.hg
comparison Makefile @ 12786:b0060a6c4768
Remove duplicated make distclean for libavformat and libavcodec
Patch by adland
author | rtognimp |
---|---|
date | Fri, 09 Jul 2004 17:32:17 +0000 |
parents | 51d61721906b |
children | d7e2549b377a |
comparison
equal
deleted
inserted
replaced
12785:33f58bfc8a1b | 12786:b0060a6c4768 |
---|---|
306 | 306 |
307 distclean: | 307 distclean: |
308 -rm -f *~ $(PRG) $(PRG_MENCODER) $(PRG_CFG) $(OBJS) | 308 -rm -f *~ $(PRG) $(PRG_MENCODER) $(PRG_CFG) $(OBJS) |
309 -rm -f *.o *.a .depend configure.log codecs.conf.h | 309 -rm -f *.o *.a .depend configure.log codecs.conf.h |
310 @for a in $(PARTS); do $(MAKE) -C $$a distclean; done | 310 @for a in $(PARTS); do $(MAKE) -C $$a distclean; done |
311 -$(MAKE) -C libavcodec distclean LIBPREF=lib LIBSUF=.a | |
312 -$(MAKE) -C libavformat distclean LIBPREF=lib LIBSUF=.a | |
313 | 311 |
314 strip: | 312 strip: |
315 strip -s $(ALL_PRG) | 313 strip -s $(ALL_PRG) |
316 | 314 |
317 dep: depend | 315 dep: depend |