diff options
author | Tom Yu <tlyu@mit.edu> | 2003-02-12 16:21:09 +0000 |
---|---|---|
committer | Tom Yu <tlyu@mit.edu> | 2003-02-12 16:21:09 +0000 |
commit | 35b388f4ad76e45348ac78611037201111b9aeaf (patch) | |
tree | 7fec4dd45ec4e4462b07278a73e39c769ee692a2 /src/config/post.in | |
parent | 7e144330272615a5adb6e9f2eea3ceeca3b901a0 (diff) | |
download | krb5-35b388f4ad76e45348ac78611037201111b9aeaf.tar.gz krb5-35b388f4ad76e45348ac78611037201111b9aeaf.tar.xz krb5-35b388f4ad76e45348ac78611037201111b9aeaf.zip |
* 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/config/post.in')
-rw-r--r-- | src/config/post.in | 2 |
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 |