* post.in (.dtmp): Use -DDEPEND to allow source files to exclude
authorTom Yu <tlyu@mit.edu>
Wed, 12 Feb 2003 16:21:09 +0000 (16:21 +0000)
committerTom Yu <tlyu@mit.edu>
Wed, 12 Feb 2003 16:21:09 +0000 (16:21 +0000)
inclusions from dependencies.

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@15184 dc483132-0cff-0310-8789-dd5450dbe970

src/config/ChangeLog
src/config/post.in

index f4457e686f0c004529c3f532bd9b9466c69d85b7..c622de0b7c0e14770a841fe3ef9b2240be46af5a 100644 (file)
@@ -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,
index 2e90625c6c1d9521ae511f477081fab3618473c5..2c49dd304f3c23ddc45d2231816af5df5e63bc09 100644 (file)
@@ -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