OSDN Git Service

Stop make complaining about moved/deleted headers
authorMåns Rullgård <mans@mansr.com>
Sun, 4 Jul 2010 18:33:37 +0000 (18:33 +0000)
committerMåns Rullgård <mans@mansr.com>
Sun, 4 Jul 2010 18:33:37 +0000 (18:33 +0000)
Originally committed as revision 24041 to svn://svn.ffmpeg.org/ffmpeg/trunk

common.mak

index 8c2b375..cc10c20 100644 (file)
@@ -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