[MPlayer-cvslog] CVS: main/libmpcodecs Makefile,1.136,1.137
Diego Biurrun CVS
syncmail at mplayerhq.hu
Thu Dec 9 14:11:23 CET 2004
CVS change done by Diego Biurrun CVS
Update of /cvsroot/mplayer/main/libmpcodecs
In directory mail:/var2/tmp/cvs-serv23048/libmpcodecs
Modified Files:
Makefile
Log Message:
make clean should also clean the native subdirectory.
Index: Makefile
===================================================================
RCS file: /cvsroot/mplayer/main/libmpcodecs/Makefile,v
retrieving revision 1.136
retrieving revision 1.137
diff -u -r1.136 -r1.137
--- Makefile 21 Sep 2004 19:44:44 -0000 1.136
+++ Makefile 9 Dec 2004 13:11:21 -0000 1.137
@@ -71,6 +71,7 @@
clean:
rm -f *.o *.a *~
+ rm -f native/*.o native/*.a native/*~
distclean:
rm -f Makefile.bak $(OBJS) $(OBJS2) $(LIBNAME) $(LIBNAME2) *~ .depend
More information about the MPlayer-cvslog
mailing list