summaryrefslogtreecommitdiffstats
path: root/src/config/post.in
diff options
context:
space:
mode:
Diffstat (limited to 'src/config/post.in')
-rw-r--r--src/config/post.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/config/post.in b/src/config/post.in
index 2e90625c6..2c49dd304 100644
--- a/src/config/post.in
+++ b/src/config/post.in
@@ -84,7 +84,7 @@ depend-dependencies:
# NOTE: This will fail when using Make programs whose VPATH support is
# broken.
.dtmp: $(ALL_DEP_SRCS)
- $(CC) -M $(ALL_CFLAGS) $? > .dtmp
+ $(CC) -M -DDEPEND $(ALL_CFLAGS) $? > .dtmp
# Generate a script for dropping in the appropriate make variables, using
# directory-specific parameters. General substitutions independent of local