[Mplayer-cvslog] CVS: main Makefile,1.289,1.290

Alex Beregszaszi syncmail at mplayerhq.hu
Fri Jun 25 19:19:19 CEST 2004


CVS change done by Alex Beregszaszi

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

Modified Files:
	Makefile 
Log Message:
enable .PHONY for correct dependancy handling

Index: Makefile
===================================================================
RCS file: /cvsroot/mplayer/main/Makefile,v
retrieving revision 1.289
retrieving revision 1.290
diff -u -r1.289 -r1.290
--- Makefile	24 Jun 2004 12:52:14 -0000	1.289
+++ Makefile	25 Jun 2004 17:19:17 -0000	1.290
@@ -103,7 +103,7 @@
 
 .SUFFIXES: .cc .c .o
 
-# .PHONY: $(COMMON_DEPS)
+.PHONY: $(COMMON_DEPS)
 
 all:	version.h $(ALL_PRG)
 




More information about the MPlayer-cvslog mailing list