[MPlayer-cvslog] CVS: main/Gui Makefile,1.29,1.30
Diego Biurrun CVS
syncmail at mplayerhq.hu
Fri Jan 27 01:18:55 CET 2006
CVS change done by Diego Biurrun CVS
Update of /cvsroot/mplayer/main/Gui
In directory mail:/var2/tmp/cvs-serv4328/Gui
Modified Files:
Makefile
Log Message:
Make clean/distclean behave uniformly in all directories.
Index: Makefile
===================================================================
RCS file: /cvsroot/mplayer/main/Gui/Makefile,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -r1.29 -r1.30
--- Makefile 15 Jan 2006 01:56:17 -0000 1.29
+++ Makefile 27 Jan 2006 00:18:52 -0000 1.30
@@ -30,7 +30,7 @@
all: $(LIBNAME)
clean:
- rm -rf $(OBJS) *.o *~ *.bak main $(LIBNAME) .depend
+ rm -f *.o *.a *~
#dep: depend
#
@@ -39,6 +39,7 @@
#
distclean: clean
+ rm -f .depend
dep: depend
More information about the MPlayer-cvslog
mailing list