[MPlayer-cvslog] r22361 - trunk/TOOLS/netstream/Makefile

diego subversion at mplayerhq.hu
Tue Feb 27 18:05:21 CET 2007


Author: diego
Date: Tue Feb 27 18:05:20 2007
New Revision: 22361

Modified:
   trunk/TOOLS/netstream/Makefile

Log:
Simplify .depend file inclusion.


Modified: trunk/TOOLS/netstream/Makefile
==============================================================================
--- trunk/TOOLS/netstream/Makefile	(original)
+++ trunk/TOOLS/netstream/Makefile	Tue Feb 27 18:05:20 2007
@@ -50,6 +50,4 @@ distclean: clean
 dep depend:
 	$(CC) -MM $(CFLAGS) test.c $(SRCS) 1>.depend
 
-ifneq ($(wildcard .depend),)
-include .depend
-endif
+-include .depend



More information about the MPlayer-cvslog mailing list