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.am3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/am/depend.am b/lib/am/depend.am
index 96e72b4e5..faf5e0d40 100644
--- a/lib/am/depend.am
+++ b/lib/am/depend.am
@@ -6,6 +6,9 @@ MKDEP = gcc -MM
DEP_FILES = $(patsubst %.o,.deps/%.P,$(OBJECTS))
+## We use ".P" as the name of our placeholder because it can't be
+## duplicated by any C source file. (Well, there could be ".c", but
+## no one does that in practice)
-include .deps/.P
.deps/.P:
test -d .deps || mkdir .deps