[MPlayer-cvslog] CVS: main/Gui Makefile,1.32,1.33

Diego Biurrun CVS syncmail at mplayerhq.hu
Sat May 13 20:01:07 CEST 2006


CVS change done by Diego Biurrun CVS

Update of /cvsroot/mplayer/main/Gui
In directory mail:/var2/tmp/cvs-serv3099/Gui

Modified Files:
	Makefile 
Log Message:
Make depend targets consistent: Remove redirection through .depend target.


Index: Makefile
===================================================================
RCS file: /cvsroot/mplayer/main/Gui/Makefile,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -r1.32 -r1.33
--- Makefile	25 Mar 2006 10:38:35 -0000	1.32
+++ Makefile	13 May 2006 18:01:04 -0000	1.33
@@ -45,7 +45,7 @@
 
 ### TARGETS ###
 
-$(LIBNAME): .depend $(OBJS)
+$(LIBNAME): $(OBJS)
 	rm -f $(LIBNAME)
 	$(AR) rc $(LIBNAME) $(OBJS) $(MPLAYEROBJS)
 	$(RANLIB) $(LIBNAME)
@@ -70,9 +70,7 @@
 
 dep:    depend
 
-depend: .depend
-
-.depend: Makefile config.mak
+depend:
 	$(CC) -MM $(CFLAGS) $(SRCS) 1>.depend
 
 #




More information about the MPlayer-cvslog mailing list