[MPlayer-dev-eng] [PATCH] make distclean duplication
adland
adland123 at yahoo.com
Mon Jun 28 04:15:10 CEST 2004
Patch to change make distclean
libavcodec and libavformat are both in $(PARTS)
remove duplicate make distclean in lines below
thanks
--- main/Makefile 2004-06-27 21:27:33.000000000 -0400
+++ updated/Makefile 2004-06-27 22:04:36.000000000 -0400
@@ -308,8 +308,6 @@
-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)
More information about the MPlayer-dev-eng
mailing list