summaryrefslogtreecommitdiff
path: root/lib/am/depend.am
diff options
context:
space:
mode:
Diffstat (limited to 'lib/am/depend.am')
-rw-r--r--lib/am/depend.am7
1 files changed, 7 insertions, 0 deletions
diff --git a/lib/am/depend.am b/lib/am/depend.am
index 54ea220fe..3711d5d12 100644
--- a/lib/am/depend.am
+++ b/lib/am/depend.am
@@ -16,6 +16,13 @@
am__mv = mv -f
+$(am__depfiles_remade):
+ @$(MKDIR_P) $(@D)
+ @echo '# dummy' >$@-t && $(am__mv) $@-t $@
+
+am--depfiles: $(am__depfiles_remade)
+.PHONY: am--depfiles
+
## This Makefile depends on Depdirs' files, so we should never
## erase them in -am or -recursive rules; that would prevent any other
## rules from being recursive (for instance multilib clean rules are