summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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