[MPlayer-cvslog] r22335 - in trunk: Makefile mpcommon.mak

diego subversion at mplayerhq.hu
Sat Feb 24 11:44:16 CET 2007


Author: diego
Date: Sat Feb 24 11:44:16 2007
New Revision: 22335

Modified:
   trunk/Makefile
   trunk/mpcommon.mak

Log:
Simplify .depend file inclusion.


Modified: trunk/Makefile
==============================================================================
--- trunk/Makefile	(original)
+++ trunk/Makefile	Sat Feb 24 11:44:16 2007
@@ -427,9 +427,7 @@
 
 libass/libass.a: .norecurse $(wildcard libass/*.[ch])
 
-ifneq ($(wildcard .depend),)
-include .depend
-endif
+-include .depend
 
 .PHONY: all install* uninstall dirclean clean distclean strip dep depend
 .PHONY: doxygen doxygen_clean

Modified: trunk/mpcommon.mak
==============================================================================
--- trunk/mpcommon.mak	(original)
+++ trunk/mpcommon.mak	Sat Feb 24 11:44:16 2007
@@ -26,6 +26,4 @@
 dep depend:
 	$(CC) -MM $(CFLAGS) $(SRCS) $(SRCS2) 1>.depend
 
-ifneq ($(wildcard .depend),)
-include .depend
-endif
+-include .depend



More information about the MPlayer-cvslog mailing list