[Mplayer-cvslog] CVS: main/libmpdvdkit Makefile,1.1,1.2
Arpi of Ize
arpi at mplayerhq.hu
Wed Apr 24 22:11:45 CEST 2002
Update of /cvsroot/mplayer/main/libmpdvdkit
In directory mail:/var/tmp.root/cvs-serv21263
Modified Files:
Makefile
Log Message:
clean: remove .so too
Index: Makefile
===================================================================
RCS file: /cvsroot/mplayer/main/libmpdvdkit/Makefile,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- Makefile 24 Apr 2002 19:28:03 -0000 1.1
+++ Makefile 24 Apr 2002 20:11:43 -0000 1.2
@@ -35,7 +35,7 @@
$(CC) -o $(LIB).so -shared -rdynamic $(OBJS)
clean:
- rm -f $(OBJS) $(LIB).a .depend
+ rm -f $(OBJS) $(LIB).a $(LIB).so .depend
distclean: clean
More information about the MPlayer-cvslog
mailing list