summaryrefslogtreecommitdiff
path: root/common.mak
diff options
context:
space:
mode:
authorMåns Rullgård <mans@mansr.com>2010-07-04 18:33:37 +0000
committerMåns Rullgård <mans@mansr.com>2010-07-04 18:33:37 +0000
commit11d788cadef7454bdb1ff43d73efbcaf33a4b01f (patch)
tree653c708e4831fcfc2fa1296ac2c81f36413e6460 /common.mak
parent34171e87d5f3b568863550e29b5e5d4b676a0377 (diff)
Stop make complaining about moved/deleted headers
Originally committed as revision 24041 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'common.mak')
-rw-r--r--common.mak4
1 files changed, 4 insertions, 0 deletions
diff --git a/common.mak b/common.mak
index 8c2b375d40..cc10c205d7 100644
--- a/common.mak
+++ b/common.mak
@@ -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