[FFmpeg-cvslog] r24041 - trunk/common.mak

mru subversion
Sun Jul 4 20:33:37 CEST 2010


Author: mru
Date: Sun Jul  4 20:33:37 2010
New Revision: 24041

Log:
Stop make complaining about moved/deleted headers

Modified:
   trunk/common.mak

Modified: trunk/common.mak
==============================================================================
--- trunk/common.mak	Sun Jul  4 19:24:57 2010	(r24040)
+++ trunk/common.mak	Sun Jul  4 20:33:37 2010	(r24041)
@@ -57,6 +57,10 @@ HOSTCFLAGS += $(IFLAGS)
 
 %.c %.h: TAG = GEN
 
+# Dummy rule to stop make trying to rebuild removed or renamed headers
+%.h:
+	@:
+
 install: install-libs install-headers
 install-libs: install-libs-yes
 



More information about the ffmpeg-cvslog mailing list