[Ffmpeg-cvslog] r8134 - trunk/vhook/Makefile

diego subversion
Mon Feb 26 23:53:39 CET 2007


Author: diego
Date: Mon Feb 26 23:53:38 2007
New Revision: 8134

Modified:
   trunk/vhook/Makefile

Log:
Simplify .depend file inclusion.


Modified: trunk/vhook/Makefile
==============================================================================
--- trunk/vhook/Makefile	(original)
+++ trunk/vhook/Makefile	Mon Feb 26 23:53:38 2007
@@ -47,6 +47,4 @@ distclean: clean
 
 .PHONY: all depend dep clean distclean install* uninstall*
 
-ifneq ($(wildcard .depend),)
-include .depend
-endif
+-include .depend




More information about the ffmpeg-cvslog mailing list