summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorTom Yu <tlyu@mit.edu>2003-02-12 16:21:09 +0000
committerTom Yu <tlyu@mit.edu>2003-02-12 16:21:09 +0000
commit35b388f4ad76e45348ac78611037201111b9aeaf (patch)
tree7fec4dd45ec4e4462b07278a73e39c769ee692a2 /src
parent7e144330272615a5adb6e9f2eea3ceeca3b901a0 (diff)
* post.in (.dtmp): Use -DDEPEND to allow source files to exclude
inclusions from dependencies. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@15184 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src')
-rw-r--r--src/config/ChangeLog5
-rw-r--r--src/config/post.in2
2 files changed, 6 insertions, 1 deletions
diff --git a/src/config/ChangeLog b/src/config/ChangeLog
index f4457e686..c622de0b7 100644
--- a/src/config/ChangeLog
+++ b/src/config/ChangeLog
@@ -1,3 +1,8 @@
+2003-02-12 Tom Yu <tlyu@mit.edu>
+
+ * post.in (.dtmp): Use -DDEPEND to allow source files to exclude
+ inclusions from dependencies.
+
2003-01-10 Ken Raeburn <raeburn@mit.edu>
* lib.in (LN_S, AR, LIBLIST, LIBLINKS, LIBINSTLIST, STLIBEXT,
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